We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0924259 commit 989fc69Copy full SHA for 989fc69
.github/workflows/publish.yaml
@@ -28,6 +28,7 @@ jobs:
28
uses: changesets/action@v1
29
with:
30
publish: npm run release
31
+ version: npm run changeset-version
32
env:
33
# Using a PAT instead of GITHUB_TOKEN because we need to run workflows when releases are created
34
# https://github.com/orgs/community/discussions/26875#discussioncomment-3253761
package.json
@@ -27,6 +27,7 @@
27
"e2e": "turbo run e2e",
"e2e-customers": "turbo run e2e-customers",
"changeset": "changeset",
+ "changeset-version": "changeset version && bun run format",
"release": "turbo run release && changeset publish",
"release:preview": "turbo run release:preview",
"download:env": "op read op://gitbook-x-dev/gitbook-open/.env.local >> .env.local",
0 commit comments