1.0.0 • Published 3 years ago

@iuv-tools/changelog v1.0.0

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

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 @iuv-tools/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