bengreenier-actions/GitHub Release: Next Semver
Get the next valid GitHub release semver value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub platform token | yes | — |
| use_tag_name | Should we use the tag name instead of the release name | yes | true |
| strip_tag_prefix | A prefix we should strip away | no | v |
| override_repo | GitHub repo context to use instead of the current one (username/reponame) | no | — |
| type | What semver bump type is this (auto, major, premajor, minor, preminor, patch, prepatch, or prerelease) | yes | major |
Outputs
| name | description |
|---|---|
| current | the current semver |
| type | the semver change type |
| next | the next semver |