Skip to content

Commit bc2fe40

Browse files
committed
chore: add rc release cmd
1 parent 85f8e21 commit bc2fe40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authorizerdev/authorizer-js",
3-
"version": "2.0.3",
3+
"version": "3.0.0-rc.1",
44
"packageManager": "pnpm@7.28.0",
55
"author": "Lakhan Samani",
66
"license": "MIT",
@@ -37,6 +37,7 @@
3737
"prepublishOnly": "pnpm run build",
3838
"release": "pnpm build && bumpp --commit --push --tag && pnpm publish",
3939
"release-beta": "pnpm build && bumpp --commit --push --tag && pnpm publish --tag beta",
40+
"release-rc": "pnpm build && pnpm publish --tag rc",
4041
"lint": "eslint --ignore-pattern 'tsup.config.ts' --ext .ts,.tsx,.js,.jsx,.json .",
4142
"lint:fix": "eslint --ignore-pattern 'tsup.config.ts' --ext .ts,.tsx,.js,.jsx,.json . --fix"
4243
},

0 commit comments

Comments
 (0)