0.0
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Utilities for working with conventional commits
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 0.8.23
~> 13.0
~> 3.9
~> 0.16.1
~> 0.6.0

Runtime

~> 0.6.0
~> 1.3.0
 Project Readme

conventional

Gem Version Gem Version Coverage Status

Note: Under active development - expect breaking changes.

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

Bump

Bumps gem according to conventional commits

Usage:
  conventional bump

Options:
  --level=VALUE                   	# The level of bump to execute (determined automatically if not provided): (patch/minor/major)
  --[no-]tag                      	# Create and push git tag, default: true
  --message=VALUE                 	# Commit message template, default: "chore: Release v%{version} [skip ci]"
  --[no-]push                     	# Push changes to git remote, default: true
  --[no-]dry-run                  	# Completes a dry run without making any changes, default: false
  --help, -h                      	# Print this help

Recommended Bump

Returns the recommended bump level according to conventional commits

Usage:
  conventional recommended-bump

Options:
  --help, -h                      	# Print this help

See also

Check out these similar projects, which served as inspiration for conventional.

License

conventional is distributed under the MIT License.

Author