dotjoshrc/Next Version Action
Get next version using semver
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The version string to get the next version from. | — | — |
| type | Release type for incrementing the version. major, minor, or patch. | — | minor |
| pattern | The version pattern to get the current and next version from. | — | — |
Outputs
| name | description |
|---|---|
| current_version | The current version found based on the input pattern. |
| next_version | The next version determined based on the input. This includes all other parts of the string. |
| next_version_number | The next version as a number only. This omits any prefixes or suffixes of the inputted string. |