oflynned/Android Version Bump
GitHub action for bumping Gradle versions using semantic commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_path | App or module path used to scope version storage and optional path filtering | no | — |
| commit_range | Commit range source for version bumping: previous-tag or base-ref | no | previous-tag |
| commit_base_ref | Base ref used when commit_range is base-ref, such as origin/main | no | — |
| commit_tag_pattern | Git tag pattern used when commit_range is previous-tag | no | * |
| version_storage | Version metadata storage backend: version-properties or gradle-properties | no | version-properties |
| git_tag_prefix | Prefix to add to the created git tag and git_tag output | no | — |
| path_filter | Only bump when git commits in the selected range touch app_path | no | false |
| commit_message_version_prefix | Prefix to add to the generated version token in release commit messages | no | — |
| skip_ci | Affix [skip-ci] so that a cyclical ci loop does not happen | no | true |
| commit_message | Commit message when a release is successful | no | — |
| build_number | Build number to generated from ci to show as part of the version | no | — |
Outputs
| name | description |
|---|---|
| git_tag | The newly created git tag |
| version_name | The generated Android version name |
| version_code | The generated Android version code |
| release_action | The release action performed: released or skipped |