Skip to content

Commit f29b36b

Browse files
committed
chore: Enable release notes generation in GitHub workflow
1 parent 3902c7f commit f29b36b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-extension.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,7 @@ jobs:
151151
uses: softprops/action-gh-release@v2
152152
with:
153153
tag_name: v${{ needs.check_version.outputs.new_version }}
154-
body: |
155-
## What's Changed
156-
$(echo "${{ needs.update_files.outputs.release_log }}" | sed 's/\\n/\n/g')
157-
158-
**Full Changelog**: https://github.com/prvashisht/signature-sync/compare/v${{ needs.check_version.outputs.old_version }}...v${{ needs.check_version.outputs.new_version }}
154+
generate_release_notes: true
159155
files: |
160156
~/signature-sync-chrome-${{ needs.check_version.outputs.new_version }}.zip
161157
~/signature-sync-firefox-${{ needs.check_version.outputs.new_version }}.zip

0 commit comments

Comments
 (0)