actions-marketplace-validations/Semantic Release Version Evaluator
Evaluate next release version with semantic-release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| branches | Set of release branches separated by newline | no | +([0-9])?(.{+([0-9]),x}).x master next next-major { "name": "alpha", "prerelease": true } { "name": "beta", "prerelease": true } |
| plugins | Set of plugins to use | no | @semantic-release/commit-analyzer @semantic-release/release-notes-generator |
| tagFormat | The Git tag format used by semantic-release to identify releases | no | v${version} |
Outputs
| name | description |
|---|---|
| version | Next release version |
| notes | Release notes |
| type | Release type (minor | major | patch) |
| tag | Tag name |
| channel | Channel name |
| name | Release name |