nnichols/Maven Version Bump Action
A simple GitHub Actions to bump the version of Maven projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub auth token to be able to create the pull request | yes | — |
| pom-path | The relative location of your pom.xml file | yes | . |
| type | The type of release patch,major, or minor | no | "" |
| git-email | The email address used to create the version bump commit with. | yes | 41898282+github-actions[bot]@users.noreply.github.com |
| git-username | The name to use for the version bump commit. e.g. github.actor | yes | github-actions[bot] |
Outputs
| name | description |
|---|---|
| version | The current version (whether updated or not) |