Skip to content

Commit 646f44f

Browse files
committed
workflow: tweak changelog script
1 parent 10e9b5e commit 646f44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint lib test --fix",
99
"build": "webpack --config example/webpack.config.js --hide-modules",
1010
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
11-
"prepublishOnly": "conventional-changelog -p angular -r 0 > CHANGELOG.md"
11+
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
1212
},
1313
"author": "Evan You",
1414
"license": "MIT",

0 commit comments

Comments
 (0)