wyrihaximus/Next SemVers
Output the next version for major, minor, and patch version based on the given semver version
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | A SemVer version | yes | — |
| strict | Strict version validation, when turned off, the version is suffixed with `.0` until it contains 3 x `.`. | no | true |
Outputs
| name | description |
|---|---|
| major | Next Major Version |
| minor | Next Minor Version |
| patch | Next Patch Version |
| v_major | Next Major Version (prefixed with v) |
| v_minor | Next Minor Version (prefixed with v) |
| v_patch | Next Patch Version (prefixed with v) |