pretty-changelog

1.0.2 • Public • Published

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 -"feat: use a nice tool to generate CHANGELOG.md" --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

Readme

Keywords

Package Sidebar

Install

npm i pretty-changelog

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

9.91 kB

Total Files

5

Last publish

Collaborators

  • eryue