actions-marketplace-validations/Next release info
Calculate which is the next version and the changelog for the next release using conventional commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag-prefix | Prefix used in front of the semantic version | — | v |
| paths | Only commits that update those <paths> will be taken into account. It is useful to support monorepos | — | . |
Outputs
| name | description |
|---|---|
| current-version | Current version |
| current-version-tag | Current version tag |
| next-version | Next version |
| next-version-tag | Next version tag |
| changelog | Changelog of the next version |