actions-marketplace-validations/Autobump android version
Automatically bump android project version when merging to production
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-prefix | Prefix that is used for the git tag | no | "" |
| minor-wording | Words list that trigger a minor version bump | no | feat,minor |
| major-wording | Words list that trigger a major version bump | no | BREAKING CHANGE,major |
| patch-wording | Words list that trigger a patch version bump | no | — |
| rc-wording | Words list that trigger a rc version bump | no | pre-alpha,pre-beta,pre-rc |
| skip-tag | Avoid to add a TAG to the version update commit | no | false |
| GRADLE_PATH | Custom dir to the gradle file | yes | "" |
| default | Set a default version bump to use | no | patch |
| preid | Set a custom preid for prerelease build | no | rc |
| commit-message | Set a custom commit message for version bump commit | no | "" |
| push | Set to false to skip pushing the new tag | no | true |
Outputs
| name | description |
|---|---|
| newTag | The newly created tag |