Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A set of utilities for working with Conventional Commits in Ruby environments

License

NotificationsYou must be signed in to change notification settings

dabarrell/conventional

Repository files navigation

Gem VersionGem VersionCoverage Status

Note: Under active development - expect breaking changes.

conventional bridges the gap in automating version management for Ruby gems from start to finish. UsingConventional Commits, it allows you to automate the process from commit to release.

Install

Add this line to your Gemfile:

gem'conventional'

and runbundle install from your shell.

To install the gem manually, run:

gem install conventional

Usage

Bump

Bumps gem according to conventional commits

Usage:  conventional bumpOptions:  --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-bumpOptions:  --help, -h                      # Print this help

See also

Check out these similar projects, which served as inspiration forconventional.

License

conventional is distributed under theMIT License.

Author

About

A set of utilities for working with Conventional Commits in Ruby environments

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp