We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f906b89 commit 776083cCopy full SHA for 776083c
.github/workflows/publish.yml
@@ -29,7 +29,7 @@ jobs:
29
run: npm run lint && npm run prettier
30
31
- name: Version package
32
- run: npm version ${{ github.event.release.tag_name }}
+ run: 'npm version ${{ github.event.release.tag_name }} -m "chore(release): bump version %s"'
33
34
- name: Publish to NPM
35
run: npm publish
0 commit comments