Skip to content

Commit

Permalink
chore: add release-rc script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 31, 2023
1 parent df2fae2 commit 98d2fa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"play": "listhen ./playground/app.ts",
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"release-rc": "pnpm test && pnpm build && changelogen --release --preminor rc --push --publish --publishTag rc",
"test": "pnpm lint && vitest --run typecheck && vitest --run --coverage",
"test:types": "vitest typecheck"
},
Expand Down Expand Up @@ -63,4 +64,4 @@
"zod": "^3.21.4"
},
"packageManager": "pnpm@8.6.9"
}
}

0 comments on commit 98d2fa5

Please sign in to comment.