Skip to content

Commit

Permalink
Use --generate-notes for release creation (#960)
Browse files Browse the repository at this point in the history
* Creating common ancestor commit

* Use --generate-notes for release creation
  • Loading branch information
Evan Gibler authored Nov 21, 2023
1 parent a7ad832 commit 1e33659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
pipenv run panther_analysis_tool release --kms-key ${{ secrets.KMS_KEY_ARN }}
openssl dgst -binary -sha512 panther-analysis-all.zip > ${{ secrets.DIGEST_FILE }}
aws kms verify --key-id ${{ secrets.KMS_KEY_ARN }} --signing-algorithm ${{ secrets.SIGNING_ALGORITHM }} --message fileb://${{ secrets.DIGEST_FILE }} --message-type DIGEST --output json --signature $(cat panther-analysis-all.sig) | jq '.SignatureValid'
gh release create $NEW_VERSION panther-analysis-all.* --title $NEW_VERSION --latest --notes-from-tag
gh release create $NEW_VERSION panther-analysis-all.* --title $NEW_VERSION --latest --generate-notes

0 comments on commit 1e33659

Please sign in to comment.