Skip to content

Commit

Permalink
chore: update release script for beta
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 2, 2024
1 parent 70269b2 commit 0127b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "c12",
"version": "1.11.1",
"version": "2.0.0-beta.0",
"description": "Smart Config Loader",
"repository": "unjs/c12",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,7 @@
"lint": "eslint . && prettier -c src test",
"lint:fix": "eslint . --fix && prettier -w src test",
"prepack": "unbuild",
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
"release": "pnpm build && pnpm test && changelogen --release --prerelease --push --publish --publishTag beta",
"test": "pnpm lint && vitest run --coverage && pnpm test:types",
"test:types": "tsc --noEmit"
},
Expand Down

0 comments on commit 0127b2d

Please sign in to comment.