Skip to content

Commit 7b7cfbf

Browse files
committed
build: update bump version script
1 parent 8601e40 commit 7b7cfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node": ">=10.0.0"
1616
},
1717
"scripts": {
18-
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
18+
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
1919
"test": "mocha",
2020
"coverage": "nyc report --reporter=text-lcov | coveralls"
2121
},

0 commit comments

Comments
 (0)