imgarena/Version Bump Action
A simple GitHub Actions to bump the version of 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 | — |
| gradle-path | The relative location of your build.gradle file | no | . |
| git-author-email | The email address to be used as the author for the release | no | — |
| git-author-username | The name to be used as the author for the release | no | — |
| git-committer-email | The email address to be used as the committer for the release | no | — |
| git-committer-username | The name to be used as the committer for the release | no | — |
Outputs
| name | description |
|---|---|
| version | The final version (whether updated or not) |
| initial-version | The initial version before the action ran |