oflynned/Android Version Bump

GitHub action for bumping Gradle versions using semantic commits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app_pathApp or module path used to scope version storage and optional path filteringno
commit_rangeCommit range source for version bumping: previous-tag or base-refnoprevious-tag
commit_base_refBase ref used when commit_range is base-ref, such as origin/mainno
commit_tag_patternGit tag pattern used when commit_range is previous-tagno*
version_storageVersion metadata storage backend: version-properties or gradle-propertiesnoversion-properties
git_tag_prefixPrefix to add to the created git tag and git_tag outputno
path_filterOnly bump when git commits in the selected range touch app_pathnofalse
commit_message_version_prefixPrefix to add to the generated version token in release commit messagesno
skip_ciAffix [skip-ci] so that a cyclical ci loop does not happennotrue
commit_messageCommit message when a release is successfulno
build_numberBuild number to generated from ci to show as part of the versionno
namedescription
git_tagThe newly created git tag
version_nameThe generated Android version name
version_codeThe generated Android version code
release_actionThe release action performed: released or skipped