theantitwink/MinVer
Calls MinVer for the current repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auto-increment | major, minor, or patch (default) | no | patch |
| build-metadata | the build metadata (the stuff that comes after the "+") | no | "" |
| ignore-height | Use the latest tag (or root commit) as-is, without adding height | no | false |
| default-pre-release-identifiers | alpha.0 (default), preview.0, etc. | no | alpha.0 |
| minimum-major-minor | 1.0, 1.1, 2.0, etc. | no | 0.0 |
| tag-prefix | the tag prefix used for MinVer | no | v |
| verbosity | e[rror], w[arn], i[nfo] (default), d[ebug], or t[race] (case insensitive) | no | i |
| github-token | the GitHub token to use to authenticate with the repository | no | ${{ github.token }} |
| repository | the repository to use | — | ${{ github.repository }} |
Outputs
| name | description |
|---|---|
| version | the version number |