Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 07d199e

Browse files
author
Kent C. Dodds
committed
fix(release): Don't commit as part of release process
Need to talk with @boennemann about what needs to happen so bower users can get the built dist semantic-release/semantic-release#75
1 parent 940397e commit 07d199e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
2929
"code-checks": "eslint src/",
3030
"commit": "git-cz",
31-
"semantic-release": "semantic-release pre && npm run build && with-package git commit -am pkg.version && npm publish && semantic-release post"
31+
"semantic-release": "semantic-release pre && npm run build && npm publish && semantic-release post"
3232
},
3333
"betterScripts": {
3434
"build:dist": {

0 commit comments

Comments
 (0)