Skip to content

Commit 82f41ef

Browse files
committed
Update 'release-script' to human friendly version
Release script runs in "dry run" mode by default. It prevents `danger` steps (`git push`, `npm publish` etc) from accidental running. https://github.com/AlexKVal/release-script/pull/19/files
1 parent f00e6d9 commit 82f41ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"test": "npm run lint && mocha",
1616
"build": "rm -rf lib && babel src --out-dir lib",
1717
"lint": "eslint ./",
18-
"patch": "release patch",
19-
"minor": "release minor",
20-
"major": "release major"
18+
"release": "release"
2119
},
2220
"repository": {
2321
"type": "git",
@@ -38,7 +36,7 @@
3836
"is-my-json-valid": "^2.12.0",
3937
"mocha": "^2.2.5",
4038
"mt-changelog": "^0.6.1",
41-
"release-script": "^0.3.0"
39+
"release-script": "^0.5.0"
4240
},
4341
"keywords": [
4442
"eslint-plugin",

0 commit comments

Comments
 (0)