dotjoshrc/Next Version Action

Get next version using semver

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionThe version string to get the next version from.
typeRelease type for incrementing the version. major, minor, or patch. minor
patternThe version pattern to get the current and next version from.
namedescription
current_versionThe current version found based on the input pattern.
next_versionThe next version determined based on the input. This includes all other parts of the string.
next_version_numberThe next version as a number only. This omits any prefixes or suffixes of the inputted string.