decyjphr-actions/Semver

An action for managing releases using semantic versioning.\n This is based on

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github_tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
bumpBump the version number semantically. The value must be one of: \n major: Bump the major version number, e.g. 1.0.0 -> 2.0.0.\n minor: Bump the minor version number, e.g. 0.1.0 -> 0.2.0.\n patch: Bump the patch version number, e.g. 0.0.1 -> 0.0.2.\n final: Promote the version to a final version, e.g. 1.0.0-rc.1 -> 1.0.0.no
prereleaseIs this a pre-release. \n Pre-release are labelled with a label and build number e.g. 0.0.1 -> 0.0.2-<label>.<build>\n The value must be one of: \n withBuildNumber: Pre-release with `build numbers` withoutBuildNumber: Pre-release without `build numbers`no0
prelabelLabel to be applied for the pre-releaseno
initial_versionIf there is no current version, the bump will be based on initial_version or 0.1.0no
commitishCan be any branch or commit SHA. Default is `default` branchno
namedescription
releaseThe release that was created