niwaniwa/Version Next
This software automatically calculates the next version from an array of semantic versioning strings, following SemVer rules.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-input | An array of semantic versioning strings (e.g., 2.3.1, 2.4.0-rc.1, 2.3.2-beta.1) | yes | "" |
| release-type | The type of release (none, alpha, beta, rc, or release) | no | none |
Outputs
| name | description |
|---|---|
| next_version | The next calculated semantic version. |