ikmdev/SemVer Release Version
Utilized for creating releases of projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 22, 2025
- License
- Apache 2.0
Pinned Snippet
uses: ikmdev/maven-semver-release-action@4f3b33355d52bc2d04c228dfe82a0860b7ce4ab1 # v4.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version_type | Version type to increment (major, minor, patch, pre-release) | yes | minor |
| release_version | Custom release version input | no | "" |
| development_version | Custom development version input (If provided, overrides version_type to increment) | no | "" |
| version_property | Custom version property to update. If provided this pom property (e.g., revision) will be updated instead of the project <version>. | no | "" |
| skip_update_version | Skips updating the project <version> in the pom. Defaults to false. Typically only used when version_property is set to revision. | no | false |
| skip_test_project | Skips maven test goal during gitflow plugin execution. | no | false |
| ikmdevops_email | Email For IKMDevops User | — | devops@ikm.dev |
| github_token | GitHub Token | yes | — |
| java_version | Java Version | no | 25 |
| working_directory | Working Directory | no | . |
| mvn_additional_args | Additional Maven CLI args (no new lines) | no | "" |
Outputs
no outputs