Commit 646f44f9 authored by Evan You's avatar Evan You

workflow: tweak changelog script

parent 10e9b5ed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"lint": "eslint lib test --fix", "lint": "eslint lib test --fix",
"build": "webpack --config example/webpack.config.js --hide-modules", "build": "webpack --config example/webpack.config.js --hide-modules",
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot", "dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
"prepublishOnly": "conventional-changelog -p angular -r 0 > CHANGELOG.md" "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
}, },
"author": "Evan You", "author": "Evan You",
"license": "MIT", "license": "MIT",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment