Skip to content

Commit 214bd88

Browse files
committedDec 13, 2024
chore: update release script
1 parent 40ae3c5 commit 214bd88

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
@@ -23,7 +23,7 @@
2323
"lint": "eslint . && prettier -c src test examples",
2424
"lint:fix": "automd && eslint --fix . && prettier -w src test examples",
2525
"prepack": "pnpm unbuild",
26-
"release": "pnpm test && changelogen --release --prerelease --publish --publishTag rc && git push --follow-tags",
26+
"release": "pnpm test && changelogen --release --publish && 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)
Please sign in to comment.