wyrd-company/TagVer
Tag / commit height based versioning for Git repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-prefix | Tag prefix to filter tags (e.g., "v" for "v1.0.0") | no | — |
| auto-increment | Auto-increment policy for RTM versions (major, minor, patch) | no | — |
| default-pre-release-identifiers | Default pre-release identifiers (e.g., "alpha.0") | no | — |
| minimum-major-minor | Minimum major.minor version constraint (e.g., "1.0") | no | — |
| build-metadata | Build metadata to append to versions | no | — |
| ignore-height | Ignore height in version calculation | no | false |
| working-directory | Working directory to analyze | no | . |
| tagver-version | Version of tagver to use (e.g., "v0.1.0" or "latest") | no | latest |
Outputs
| name | description |
|---|---|
| version | The full calculated version |
| major | The major version component |
| minor | The minor version component |
| patch | The patch version component |
| pre-release | The pre-release component (if any) |
| build-metadata | The build metadata component (if any) |