Skip to content

Commit

Permalink
automatic notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCommieAxolotl committed Aug 1, 2023
1 parent 123e630 commit 3b31172
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 @@ -32,7 +32,7 @@ jobs:
run: |
gh release create "v${{ env.VERSION }}" ./dist/*.js \
--title "v${{ env.VERSION }}" \
--notes "Grab this version of pyotr from [npm](https://npmjs.com/package/pyotr/v/${{ env.VERSION }})"
--generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}
Expand Down

0 comments on commit 3b31172

Please sign in to comment.