We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0dbcb commit 3984919Copy full SHA for 3984919
.github/workflows/deploy-packages.yml
@@ -27,7 +27,8 @@ jobs:
27
id: changesets
28
uses: changesets/action@v1
29
with:
30
- publish: yarn release
+ publish: yarn changeset:publish
31
+ version: yarn changeset:version
32
env:
33
GITHUB_TOKEN: ${{ github.token }}
34
package.json
@@ -15,7 +15,8 @@
15
"scripts": {
16
"build": "ultra -r build",
17
"format": "biome check --fix --unsafe",
18
- "release": "changeset publish"
+ "changeset:publish": "changeset publish",
19
+ "changeset:version": "changeset version && yarn install --mode update-lockfile"
20
},
21
"devDependencies": {
22
"@biomejs/biome": "^2.3.11",
0 commit comments