Add release wizard
This commit is contained in:
+5
-5
@@ -15,11 +15,11 @@
|
||||
"test-watch": "mocha --recursive --require @babel/register --watch test",
|
||||
"lint": "eslint components lib test",
|
||||
"devtool": "adb shell input keyevent 82",
|
||||
"update-version": "./tools/update-version.js",
|
||||
"build-android-release": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd ..",
|
||||
"commit-release": "./tools/commit-release",
|
||||
"update-changelog": "./tools/update-changelog.js",
|
||||
"release": "npm run update-version && npm run build-android-release && npm run commit-release"
|
||||
"update-version": "node ./tools/bin/update-version.js",
|
||||
"commit-release": "node ./tools/bin/commit-release.js",
|
||||
"tag-release": "node ./tools/bin/tag-release.js",
|
||||
"update-changelog": "node ./tools/bin/update-changelog.js",
|
||||
"release": "node ./tools/release-wizard.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ptomasroos/react-native-multi-slider": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user