Skip to content

Commit

Permalink
Auto-generate release notes on release
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinber committed Jun 21, 2024
1 parent 53ab2f3 commit ab38d86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
npm publish
- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
tag_name: ${{ fromJson(steps.define-release-version.outputs.result) }}

0 comments on commit ab38d86

Please sign in to comment.