Skip to content

Commit c8c3b71

Browse files
committed
change release script
1 parent 0cecfdc commit c8c3b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"typescript": "tsc --noEmit",
2727
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2828
"prepare": "bob build",
29-
"release": "release-it",
29+
"release": "release-it --npm.tag=next --preRelease=rc",
3030
"example": "yarn --cwd example",
3131
"pods": "cd example && pod-install --quiet",
3232
"bootstrap": "yarn example && yarn && yarn pods"

0 commit comments

Comments
 (0)