1.0.2 • Published 5 years ago

pretty-changelog v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

pretty-changelog

a cli tool that could generate CHANGELOG.md file base on your git logs by version, maybe it could be one of your automatic tools about your workflow!

Install

npm i -g pretty-changelog

Example

changelog -c "feat: use a nice tool to generate CHANGELOG.md" -p -f feat,fix,test,docs

Props

  • commit c: use git commit, default false
  • push p: use git push, default false
  • commitFields f: flag of git commit message, default feat,fix,test,docs
  • repository r: repository url, default from package.json
  • version v: new version, default from package.json