Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Remove auto-changelog limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomka committed Jan 20, 2018
1 parent 6c953f2 commit f972692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"demo": "webpack-dev-server --config build/webpack.config.demo.js --open",
"demo:build": "webpack --config build/webpack.config.demo.js",
"demo:deploy": "gh-pages -d demo",
"version": "auto-changelog -p --starting-commit 975d478b80b8e1ed3663f55b34c3a35521a43bdb && git add CHANGELOG.md",
"version": "auto-changelog -p --starting-commit 975d478b80b8e1ed3663f55b34c3a35521a43bdb --commit-limit false && git add CHANGELOG.md",
"prepublish": "yon run build && yon run demo:build",
"postpublish": "yon run demo:deploy"
},
Expand Down

0 comments on commit f972692

Please sign in to comment.