hwrok/git-tag-sequencer
Generate a scoped, monotonically increasing git tag sequence by namespace and optional key.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| namespace | namespace / "category" for the sequence | yes | — |
| key | key / "sub-scope" for the sequence; if not provided, namespace is used as the sequence name | no | — |
| root_tag | root tag to place new tags; if not provided, HEAD of current branch is used as the ref for the new tag | no | — |
| seed | seed to use if no previous matching tags are found | no | — |
| with_cleanup | cleanup previous tags for this sequence | no | false |
| dry_run | dry run - produces logs, does not write / delete external data | no | false |
Outputs
| name | description |
|---|---|
| sequence | the sequence number assigned |
| tag | the tag for the sequence that will be pushed |