nikeokoronkwo/Resolve Version

Resolves a version string for the current push.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
suffixWhat to append after the base version on non-release pushes. Options: "commit" (short git hash, default) | "date" (YYYYMMDD) nocommit
namedescription
versionResolved version string. Examples: "1.2.3" | "1.2.3-a1b2c3d" | "0.0.0-20240601"
is_release'true' if this is a tag release push, 'false' otherwise
tagThe raw git tag (e.g. 'v1.2.3'), or empty string if no tags exist