crown0815/Git Versioner
Automatically calculate version numbers for Git repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the repository to calculate the version for | no | . |
| main-branch | Regex to detect the main branch | no | — |
| release-branch | Regex to detect the release branch(es) | no | — |
| feature-branch | Regex to detect the feature branch(es) | no | — |
| tag-prefix | Regex to detect version tag(s) | no | — |
| pre-release-tag | Label used to mark pre-release versions (e.g., pre, alpha, beta, rc, etc.), default: pre | no | — |
| patch-pre-release-tag | Label to be used to mark patch (Patch > 0) pre-release versions (e.g., rc, hotfix, patch, etc.), default: <PRE_RELEASE_TAG> | no | — |
| continuous-delivery | Calculate version using continuous delivery mode | no | false |
| commit-message-incrementing | Increment considering conventional commits (values: 'Disabled' (default) or 'Enabled') | no | — |
| assembly-informational-format | Format string for InformationalVersion output | no | — |
| as-release | Forces release generation instead of pre-release | no | false |
| show-config | Print effective configuration and exit | no | false |
| verbose | Enable verbose output | no | false |
| config | Path to a configuration file (TOML or YAML) | no | — |
Outputs
no outputs