We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae866f commit 9855852Copy full SHA for 9855852
package.json
@@ -32,7 +32,7 @@
32
"lint:fix": "biome check --write .",
33
"prepublishOnly": "npm run build",
34
"preview": "npm run build && npm -C examples/react-app run generate:api",
35
- "release": "npx git-ensure -a && npx bumpp --commit --tag --push",
+ "release": "npx git-ensure -a -b v1 && npx bumpp --commit --tag --push",
36
"snapshot": "vitest --update",
37
"test": "vitest --coverage.enabled true"
38
},
0 commit comments