actions-marketplace-validations/Generate semantic version
Generate new version on release type name
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Pass version which need to increment | yes | — |
| bump | The type of semantic version increment to make (one of major, premajor, minor, preminor, patch, prepatch, or prerelease) | yes | — |
| github_token | Token to use to push to the repo. Pass in using `secrets.GITHUB_TOKEN`. | yes | — |
| preid | Identifier to be used to prefix premajor, preminor, prepatch or prerelease version increments. | no | "" |
Outputs
| name | description |
|---|---|
| version | The new semantic version that was calculated. |
| version_optimistic | The major and minor components of the semantic version that was calculated. |