actions-marketplace-validations/Conventional Versioning: new release
Create Github Release using SemVer when pushing Conventional Comits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pattern | Pattern of files to include in the release | no | — |
| whatif | Set to "$true" if you want to calculate the next-version without creating the release | no | $false |
Outputs
| name | description |
|---|---|
| current-version | Current release version number found in the repository |
| bump-type | Type of version bump based on commit message |
| next-version | Calculated target version of the new release |