https://github.com/jobport/bump-gem-version-action
A GitHub action to automatically bump the version
https://github.com/jobport/bump-gem-version-action
actions ruby rubygem
Last synced: 6 months ago
JSON representation
A GitHub action to automatically bump the version
- Host: GitHub
- URL: https://github.com/jobport/bump-gem-version-action
- Owner: Jobport
- Created: 2020-10-15T13:43:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T13:39:09.000Z (almost 2 years ago)
- Last Synced: 2025-04-21T01:07:29.842Z (about 1 year ago)
- Topics: actions, ruby, rubygem
- Language: Shell
- Size: 612 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.