richardinnocent/semantic-versioning-maven

A simple GitHub Action to increment the Maven version of a project based on conventional commits.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
access-tokenThe token used to perform the commit actions such as committing the version changes to the repository. If unset, the default token for your action will be used. no
git-emailThe email address each commit will be associated with.no41898282+github-actions[bot]@users.noreply.github.com
git-usernameThe GitHub username each commit will be associated with.nogithub-actions[bot]
pom-pathThe path within your directory where the parent pom.xml you intend to change is located. no.
version-prefixThe prefix to include before the semantic version number.nov
namedescription
previous-versionThe version before the version was incremented. This may be the same as the new version.
new-versionThe new version after the version was incremented. This may be the same as the previous version.