mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-31 05:31:07 +00:00
feat(release-script): add script to package json
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
"lint": "eslint src",
|
||||
"lint:staged": "lint-staged",
|
||||
"prettier": "prettier --write --single-quote true --trailing-comma all --print-width 100",
|
||||
"release:version": "node ./changelog --version $VERSION && git push origin && git push origin --follow-tags",
|
||||
"release:patch": "npm version patch && git push --follow-tags",
|
||||
"release:minor": "npm version minor && git push --follow-tags",
|
||||
"release:major": "npm version major && git push --follow-tags"
|
||||
|
||||
Reference in New Issue
Block a user