hwrok/git-tag-sequencer

Generate a scoped, monotonically increasing git tag sequence by namespace and optional key.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
namespacenamespace / "category" for the sequenceyes
keykey / "sub-scope" for the sequence; if not provided, namespace is used as the sequence nameno
root_tagroot tag to place new tags; if not provided, HEAD of current branch is used as the ref for the new tagno
seedseed to use if no previous matching tags are foundno
with_cleanupcleanup previous tags for this sequencenofalse
dry_rundry run - produces logs, does not write / delete external datanofalse
namedescription
sequencethe sequence number assigned
tagthe tag for the sequence that will be pushed