Skip to content

Commit

Permalink
feat: generate release notes on publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Bucur David <[email protected]>
  • Loading branch information
bucurdavid committed Jan 12, 2024
1 parent 9d61a7b commit bbcdd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
RELEASE_TAG=v$(node -p "require('./package.json').version")
gh release create $RELEASE_TAG --target=$GITHUB_SHA --title="$RELEASE_TAG"
gh release create $RELEASE_TAG --target=$GITHUB_SHA --title="$RELEASE_TAG" --generate-notes
- run: npm ci
- run: npm test
Expand Down

0 comments on commit bbcdd11

Please sign in to comment.