Skip to content

Commit d5d9e22

Browse files
committed
Update release script to set version 3.0.0
Modified the release npm script to explicitly set the release version to 3.0.0 using the --release-version flag.
1 parent 91d8805 commit d5d9e22

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
@@ -38,7 +38,7 @@
3838
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3939
"clean": "del-cli lib",
4040
"prepare": "bob build",
41-
"release": "release-it --only-version --release-version"
41+
"release": "release-it --only-version --release-version=3.0.0"
4242
},
4343
"keywords": [
4444
"react-native",

0 commit comments

Comments
 (0)