actions-marketplace-validations/Gradle & Maven Version Bump

A simple GitHub Actions to bump the version of Gradle & Maven projects with extended functionality for automatic versioning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Mar 12, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/plugily-projects_version-bump-action@6c7d91e91e6d5789c93f57a07491ac3cc16938e5 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenA GitHub auth token to be able to create the pull requestyes
git-emailThe email address used to create the version bump commit with.yes41898282+version-bump[github-action]@users.noreply.github.com
git-usernameThe name to use for the version bump commit. e.g. github.actoryesversion-bump[github-action]
git-committerWho should be the committer? defined git [BOT] or last committer [USER]yesBOT
commit-skipSkip this whole action when some phrase is on the commityes[SKIP BUMP]
auto-version-bumpShould we bump the version on every commit?yesfalse
auto-version-bump-splitterVersion splitter for auto bumpyes-
auto-version-bump-suffixVersion suffix for auto bumpyesSNAPSHOT
auto-version-bump-higherShould after the suffix a number bumped?yestrue
auto-version-bump-releaseShould on a automatic bump a tag and release created?yesfalse
auto-version-bump-modeMode for auto version, could be major, minor, patch or auto. Default is auto.yesauto
namedescription
versionThe current version (whether updated or not)
before-versionThe version before running this github action
bumpedIf version got bumped (true/false)