release-changelog
v0.6.1
Published
release it + conventional-changelog cli
Readme
release-changelog
Easy to use conventional-changelog and release-it.
This CLI Work two things.
- Generate a changelog from git metadata, using the AngularJS commit conventions - conventional-changelog
- Interactive release for Git and npm - release-it
Installation
npm install -g release-changelogUsage
Must
- You have to set
homepagefield topackage.json - Git Commit Guidelines
This CLI work the same way as release-it.
release-changelog [version] [options]Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
MIT
