Skip to content

Commit 9855852

Browse files
committed
chore: Update release script to include version branch
1 parent 7ae866f commit 9855852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint:fix": "biome check --write .",
3333
"prepublishOnly": "npm run build",
3434
"preview": "npm run build && npm -C examples/react-app run generate:api",
35-
"release": "npx git-ensure -a && npx bumpp --commit --tag --push",
35+
"release": "npx git-ensure -a -b v1 && npx bumpp --commit --tag --push",
3636
"snapshot": "vitest --update",
3737
"test": "vitest --coverage.enabled true"
3838
},

0 commit comments

Comments
 (0)