Automated Github Action Maven Version Bump -SL
Version updated for https://github.com/sergiolarrad/gh-action-bump-maven-version to version v1.0.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The gh-action-bump-maven-version GitHub Action automates the process of updating the Maven project version in the pom.xml file based on commit messages, ensuring semantic versioning. It increments the major, minor, or patch version depending on the type of changes, pushes the updated version and corresponding tag to the repository, and optionally cancels builds triggered by the version bump. This action simplifies version management and ensures consistency in Maven projects during CI/CD workflows.