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 10e9b5e commit 646f44fCopy full SHA for 646f44f
package.json
@@ -8,7 +8,7 @@
8
"lint": "eslint lib test --fix",
9
"build": "webpack --config example/webpack.config.js --hide-modules",
10
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
11
- "prepublishOnly": "conventional-changelog -p angular -r 0 > CHANGELOG.md"
+ "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
12
},
13
"author": "Evan You",
14
"license": "MIT",
0 commit comments