Skip to content

Commit 0127b2d

Browse files
committed
chore: update release script for beta
1 parent 70269b2 commit 0127b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c12",
3-
"version": "1.11.1",
3+
"version": "2.0.0-beta.0",
44
"description": "Smart Config Loader",
55
"repository": "unjs/c12",
66
"license": "MIT",
@@ -31,7 +31,7 @@
3131
"lint": "eslint . && prettier -c src test",
3232
"lint:fix": "eslint . --fix && prettier -w src test",
3333
"prepack": "unbuild",
34-
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
34+
"release": "pnpm build && pnpm test && changelogen --release --prerelease --push --publish --publishTag beta",
3535
"test": "pnpm lint && vitest run --coverage && pnpm test:types",
3636
"test:types": "tsc --noEmit"
3737
},

0 commit comments

Comments
 (0)