terradatum/Semver Extract

Work with Semantic Versions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
versionThe current version passed as an input to the action.no
package-manager-typeThe type of package manager. One of maven, npm. Used to collect the current version from the package manager file associated with that package manager (e.g. npm => package.json, maven = pom.xml, etc.). no
bumpThe type of version increment (e.g. patch, minor, major, prerelease, etc.). This action is READ-ONLY for the filesystem. no
namedescription
snapshot-releaseWhether the version is a SNAPSHOT
versionThe current version.
majorThe current MAJOR version.
minorThe current MINOR version.
patchThe current PATCH version.
pre-releaseThe current PRE-RELEASE version.
next-versionThe version used to next.
next-majorThe next MAJOR version.
next-minorThe next MINOR version.
next-patchThe next PATCH version.
next-pre-releaseThe current PRE-RELEASE version.
next-snapshot-versionthe next SNAPSHOT version to set after the build.
next-snapshot-majorThe next SNAPSHOT MAJOR version.
next-snapshot-minorThe next SNAPSHOT MINOR version.
next-snapshot-patchThe next SNAPSHOT PATCH version.