Skip to content

Commit 98d2fa5

Browse files
committedJul 31, 2023
chore: add release-rc script
1 parent df2fae2 commit 98d2fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"play": "listhen ./playground/app.ts",
2828
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",
2929
"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
30+
"release-rc": "pnpm test && pnpm build && changelogen --release --preminor rc --push --publish --publishTag rc",
3031
"test": "pnpm lint && vitest --run typecheck && vitest --run --coverage",
3132
"test:types": "vitest typecheck"
3233
},
@@ -63,4 +64,4 @@
6364
"zod": "^3.21.4"
6465
},
6566
"packageManager": "pnpm@8.6.9"
66-
}
67+
}

0 commit comments

Comments
 (0)
Please sign in to comment.