2.0.0 • Published 10 months ago

@pr-mpt/actions-semver-aliases v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

SemVer Aliases

A GitHub Action for generating the major and minor aliases of a Semantic Version: generate v3 and v3.14 from v3.14.1.

pr-mpt/actions-semver-aliases@v2

Inputs

IDDescriptionDefaultExamples
versionSemantic Version numberrequiredv1.2.3 1.2.3
prefixString prefixed before each aliasvv app-
majorGenerate major version aliastrue
minorGenerate minor version aliastrue
patchGenerate patch version aliasfalse

Outputs

IDDescriptionExample
listNewline separated string of aliasesv1v1.2
csvComma-separated string of aliasesv1,v1.2