Skip to content

Commit 0dd1cab

Browse files
committed
chore(release): do not try to auto-commit before release
1 parent 162449f commit 0dd1cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"commitmsg": "./node_modules/.bin/validate-commit-msg",
1919
"test": "npm run lint-prod && ./node_modules/.bin/nyc ./node_modules/.bin/ava --verbose",
2020
"test:watch": "npm run lint && ./node_modules/.bin/nyc ./node_modules/.bin/ava --verbose --watch",
21-
"release:patch": "npm run commit && npm version patch && git push upstream master --tags && npm publish",
22-
"release:minor": "npm run commit && npm version minor && git push upstream master --tags && npm publish",
23-
"release:major": "npm run commit && npm version major && git push upstream master --tags && npm publish"
21+
"release:patch": "npm version patch && git push upstream master --tags && npm publish",
22+
"release:minor": "npm version minor && git push upstream master --tags && npm publish",
23+
"release:major": "npm version major && git push upstream master --tags && npm publish"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)