obfu5c8/setup-svu

Install & use SVU semver tool

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
typeBump type. Can be 'none', 'major', 'minor', 'patch', 'auto'noauto
force-incrementForce at least a patch increment, even if no commits demand itnofalse
tag-modeChange 'last tag' lookup behaviour. Accepted values are 'current-branch' and 'all-branches' nocurrent-branch
no-metadataDiscards pre-release and build metadatanofalse
no-pre-releaseDiscards pre-release metadatanofalse
no-buildDiscards build metadatanofalse
strip-prefixRemoves any prefix from the version output. For example, `v1.2.3`` would be output as `1.2.3`nofalse
prefixThe prefix of the tag. Default is `v`nov
suffixCan be used to set a custom suffix for the tag, e.g. build metadata or preleaseno""
svu-versionOverride the default SVU release to installno1.9.0
namedescription
versionThe resulting new version
version_majorThe major component of the new version. If `version` = `v1.2.3`, `version_major` will be `v1`
version_majorminorThe major + minor components of the new version If `version` = `v1.2.3`, `version_majorminor` will be `v1.2`
bin_pathThe path to the svu binary