Skip to content

Commit 7b6d1fa

Browse files
committed
Generate release notes for the GH release
1 parent 5c16a09 commit 7b6d1fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
git config --global user.name "github-actions[bot]"
3434
git config --global user.email "github-actions[bot]@users.noreply.github.com"
35-
TAG=$(npm version minor -m "Release %s [skip ci]")
35+
TAG=$(npm version patch -m "Release %s [skip ci]")
3636
echo "Created tag: $TAG"
3737
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
3838
git push origin main --follow-tags
@@ -46,5 +46,6 @@ jobs:
4646
uses: softprops/action-gh-release@v2
4747
with:
4848
tag_name: ${{ steps.bump-version.outputs.tag }}
49+
generate_release_notes: true
4950
env:
5051
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)