Skip to content

Commit 577484c

Browse files
committed
chore: add publishTag to release script
1 parent 6a8f36d commit 577484c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint . && prettier -c src test examples",
2424
"lint:fix": "eslint --fix . && prettier -w src test examples",
2525
"prepack": "pnpm unbuild",
26-
"release": "pnpm test && changelogen --release --prerelease --publish && git push --follow-tags",
26+
"release": "pnpm test && changelogen --release --prerelease --publish --publishTag rc && git push --follow-tags",
2727
"stub": "pnpm unbuild --stub",
2828
"test": "pnpm lint && pnpm test:types && vitest run --coverage",
2929
"test:types": "tsc --noEmit",

0 commit comments

Comments
 (0)