snapfi/semver-action

Generate a semantic version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
bumpBump strategy for semantic versioning. Can be `auto`, `major`, `minor`, `patch`noauto
base_versionVersion to use as base for the generation, skips version bumps.no
prefixPrefix used to prepend the final versionnov
prerelease_idText representing the prerelease identifiernopre
force_prereleaseForce the generation of a prerelease version. Usually used in trunk-based development where the main branch is always a prerelease versionnofalse
branch_nameThe branch namenomain
repo_dirThe repository pathno.
debugEnables debug modenofalse
namedescription
semver_tagThe calculdated semantic version
is_prereleaseTrue if calculated tag is prerelease
previous_tagThe tag used to calculate next semantic version
ancestor_tagThe ancestor tag based on specific pattern