Skip to content

Jobport/bump-gem-version-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

bump gem version

A GitHub action to automatically bump the versions of your Ruby Gems after merging a pull request.

It will create a new version of your gem and a git tag with the latest version.

inputs

DEFAULT_BUMP_LEVEL

bump:major/bump:minor/bump:patch When given the action will use this default to bump the version if no label is present in the pull request.

DRY_RUN

true/false/""

do nothing

outputs

skipped

true/false A boolean that indicates if the gem version was bumped. Always true when DRY_RUN=true.

level

major/minor/patch The bump level that was used.

About

A GitHub action to automatically bump the version

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published