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 ebfad2e commit 6c03810Copy full SHA for 6c03810
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
# this expects you to have a script called changeset:release which does a build for your packages and calls changeset publish
69
publish: pnpm run changeset:release
70
commit: "chore: version packages" # we need to fulfill commitlint based rules
71
- version: pnpm changeset version && pnpm install
+ version: "pnpm changeset version && pnpm install && git add . && git commit -m 'chore: update versions and lockfile'"
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments