liquidlogiclabs/Git Floating Version Tags

Creates or updates floating version tag aliases (major and minor) pointing to a reference commit, extracting version information from a tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tagThe tag from which to extract version information (used to determine major/minor versions). Supports tags with or without "v" prefix (e.g., "v1.2.3" or "1.2.3")yes
ref-tagThe tag/commit that floating tags should point to (can be tag name, refs/tags/v1.2.3, or SHA). If not provided, uses the value from tagno
prefixVersion prefix for tag names when creating floating tagsnov
update-minorWhether to update minor version tags (v1.2)nofalse
ignore-prereleaseWhether to skip prerelease versionsnotrue
verboseEnable verbose debug logging. Also enabled when ACTIONS_STEP_DEBUG=true.nofalse
namedescription
major-tagThe major version tag that was created/updated (e.g., "v2")
minor-tagThe minor version tag that was created/updated (e.g., "v2.3"), if update-minor is true