diff --git a/package.json b/package.json index ed1ada41c9..4d5edf9443 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,8 @@ "pack": "build --dir", "localInstall": "sudo echo 'Starting local install' && rm -Rf ./dist/ && gulp build && build && sudo dpkg -i dist/superProductivity*.deb", "dist": "gulp build && build", - "newMinorRelease": "npm version minor && git push --tags && git push && git checkout master && git merge develop && git push && git checkout develop && ./deploy.sh", - "newPatchRelease": "npm version patch && git push --tags && git push && git checkout master && git merge develop && git push && git checkout develop && ./deploy.sh" + "minorRelease": "npm version minor && git push --tags && git push && git checkout master && git merge develop && git push && git checkout develop && ./deploy.sh", + "patchRelease": "npm version patch && git push --tags && git push && git checkout master && git merge develop && git push && git checkout develop && ./deploy.sh" }, "author": "Johannes Millan (http://super-productivity.com)", "license": "MIT",