actions-marketplace-validations/Version Composer
Returns a new version identifier
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| revision-pattern | Custom pattern showing version structure. | no | M.m.b |
| preferred-type | The preferred revision type to fallback to if no other type can be determined. Possible values are 'build' or 'patch' | no | build |
| stable-branch | Name of branch in your repo that will be used for stable releases. | no | master |
| test-branch | Name of branch in your repo that will be used for test releases. | no | test |
| dev-branch | Name of branch in your repo that will be used for development releases. | no | develop |
| stable-tag | Custom release tag name for stable releases. By default, stable releases have no stable tag. | no | — |
| test-tag | Custom release tag name for test releases. | no | TEST |
| dev-tag | Custom release tag name for development releases. | no | UNSTABLE |
Outputs
| name | description |
|---|---|
| version | The new version with the release tag appended at the end. |
| raw-version | Version without the release tag at the end. |
| is-prerelease | True if this version is an unstable release (dev or test branch) or false otherwise. |