release-changelog
v0.6.1
Published
release it + conventional-changelog cli
Downloads
11
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-changelog
Usage
Must
- You have to set
homepage
field 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