Skip to content

Commit 90ed77e

Browse files
Generate release notes in release pipeline
1 parent 75e15a2 commit 90ed77e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
- name: Release
6262
uses: softprops/action-gh-release@v1
6363
with:
64-
body: '[Changelog](https://github.com/containerscrew/aws-sso-auth/blob/main/CHANGELOG.md)'
64+
#body: '[Changelog](https://github.com/containerscrew/aws-sso-auth/blob/main/CHANGELOG.md)'
6565
files: "*.zip"
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
generate_release_notes: true
69+
append_body: true

0 commit comments

Comments
 (0)