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 1d8513b commit 0e45397Copy full SHA for 0e45397
.github/workflows/changeset.yml
@@ -45,6 +45,7 @@ jobs:
45
with:
46
# this expects you to have a script called release which does a build for your packages and calls changeset publish
47
publish: npm run changeset:release
48
+ commit: "chore: version packages"
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments