Add release wizard

This commit is contained in:
Julia Friesel
2019-06-14 17:52:08 +02:00
parent c7f1a029a3
commit b21938fdd8
11 changed files with 194 additions and 85 deletions
+5 -5
View File
@@ -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",