yuzhang326/action-get-minverversion

A composite build action which uses the minver-cli tool to calculate the version

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None

no inputs

namedescription
versionThe full version returned by minver, e.g. 1.2.3 for a release version or 1.2.3-hotfix.1 for a hotfix
majorThe major component of the version, e.g. for a version of 1.2.3-hotfix.4.5 will return 1
minorThe minor component of the version, e.g. for a version of 1.2.3-hotfix.4.5 will return 2
patchThe patch component of the version, e.g. for a version of 1.2.3-hotfix.4.5 will return 3
revisionThe revision component of the version, e.g. for a version of 1.2.3-hotfix.4.5 will return 5
hotfixThe hotfix component of the version, e.g. for a version of 1.2.3-hotfix.4.5 will return 4
suffixThe suffix, one of '', 'alpha' or 'hotfix'
isreleasetrue if it is a full release. Implied if suffix is empty
isalphatrue if it is an alpha release. Implied if suffix is 'alpha'
ishotfixtrue if it is a hotfix release. Implied if suffix is 'hotfix'
assemblyVersionthe 4 digit assembly version which should be applied to assemblies