tubbo/Autoversion
Automatic version generation based on your GitHub generated release notes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| draft | Whether to mark the release as draft. | — | true |
| channel | Optional release channel for the release, starting with "v" and ending with ".x". | — | — |
Outputs
| name | description |
|---|---|
| bump | Release type of the version bump if one occurred. Can be "major", "premajor", "minor", "preminor", "patch", "prepatch", or "pre". When starting with "pre", that indicates this release was a prerelease. |
| last | Last version to have been released |
| next | Next version to be released |