Skip to content

Commit

Permalink
Automatically generate notes for continuous release (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti authored May 27, 2024
1 parent 1e7d81c commit 3cfbd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- run: gh release delete continuous --cleanup-tag --yes || true
env:
GH_TOKEN: ${{ github.token }}
- run: gh release create continuous --prerelease --draft=false --title continuous --target "$GITHUB_SHA"
- run: gh release create continuous --prerelease --draft=false --title continuous --target "$GITHUB_SHA" --generate-notes
env:
GH_TOKEN: ${{ github.token }}
- run: gh release upload --clobber continuous build/out/*.zip
Expand Down

0 comments on commit 3cfbd17

Please sign in to comment.