actions-marketplace-validations/action-minver
Runs minver to version your artifacts!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| auto-increment | Specifies which part of the version to auto-increment. By default, MinVer will auto-increment the patch version, but you can specify minor or major to increment the minor or major version instead. | no | — |
| build-metadata | Sets custom build metadata for your semantic version. | no | — |
| default-pre-release-phase | Specifies the default pre-release phase. Defaults to 'alpha.' | no | — |
| minimum-major-minor | Specifies the minimum version to use when to tags exist. | no | — |
| tag-prefix | Specifies the prefix of the tags. For example if your tags are like v1.2.3 set this to 'v.' | no | — |
| verbosity | Specifies the log level. Can be set to: e[rror], w[arn], i[nfo] (default), d[ebug], or t[race]. | no | — |
Outputs
| name | description |
|---|---|
| version | The calculated version number. |