conventional
conventional
bridges the gap in automating version management for Ruby gems from start to finish. Using
Conventional Commits, it allows you to automate the process from commit to release.
Install
Add this line to your Gemfile:
gem 'conventional'
and run bundle install
from your shell.
To install the gem manually, run:
gem install conventional
Usage
See also
Check out these similar projects, which served as inspiration for conventional
.
conventional-changelog
(JS)lerna
(JS)github-changelog-generator
(Ruby)gem-release
(Ruby)
License
conventional
is distributed under the MIT License.
Author
- David Barrell (@dabarrell, davidbarrell.me)