Skip to content

Commit 9731bb2

Browse files
committed
Disable release note generation in release automation
As part of the v0.5.0 release, automation generated release notes which included every commit in history. Instead the desired effect was to only include the diff since the last release. Disabling for now until another solution is found. Signed-off-by: Austin Vazquez <macedonv@amazon.com>
1 parent bdcd266 commit 9731bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
draft: true
9494
prerelease: false
95-
generate_release_notes: true
95+
generate_release_notes: false
9696
files: |
9797
${{ needs.generate-artifacts.outputs.dynamic_binary_name }}
9898
${{ needs.generate-artifacts.outputs.dynamic_binary_name }}.sha256sum

0 commit comments

Comments
 (0)