From 98d2fa5ae689ae3e3d12a8dcec7007ed836143e4 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 31 Jul 2023 13:09:58 +0200 Subject: [PATCH] chore: add `release-rc` script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 72e0de9e..332202ea 100644 --- a/package.json +++ b/package.json @@ -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" }, @@ -63,4 +64,4 @@ "zod": "^3.21.4" }, "packageManager": "pnpm@8.6.9" -} \ No newline at end of file +}