We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8601e40 commit 7b7cfbfCopy full SHA for 7b7cfbf
package.json
@@ -15,7 +15,7 @@
15
"node": ">=10.0.0"
16
},
17
"scripts": {
18
- "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
+ "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
19
"test": "mocha",
20
"coverage": "nyc report --reporter=text-lcov | coveralls"
21
0 commit comments