We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a83846 commit aaa6888Copy full SHA for aaa6888
package.json
@@ -16,7 +16,7 @@
16
"node": ">=6"
17
},
18
"scripts": {
19
- "version": "conventional-changelog -i changelog.md -s -r 0 && git commit -am \"build: update changelog\"",
+ "version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md && git commit -m \"build: update changelog\"",
20
"prepare": "npm run build",
21
"build": "rimraf lib && babel src -d lib",
22
"test": "nyc ava",
0 commit comments