hmcts/Generate Artefact Version

Generates a draft artefact version using latest Git tag and short commit SHA

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
releaseSet to "true" to use the Git tag only (no short SHA). Default is "false".nofalse
tag-matchGlob pattern passed to `git describe --match` when resolving the latest tag in draft mode. Default `v*` matches the canonical HMCTS tag format (`vX.Y.Z`) and ignores non-semver tags such as deploy markers. Override with `*` to match any tag, or any other glob your repo needs.nov*
namedescription
draft_versionThe generated draft version (e.g., 0.1.4-a1b2c3d)
release_versionThe latest git tag without the "v" prefix (e.g., 0.1.4)