actions-marketplace-validations/Quill Git Semantic Version

Determines version of a repo based on git history

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
branchThe branch nameyesmaster
tag_prefixThe prefix to use to identify tagsnov
major_patternA string which, if present in a git commit, indicates that a change represents a major (breaking) changeyes(MAJOR)
minor_patternA string which, if present in a git commit, indicates that a change represents a minor (feature) changeyes(MINOR)
formatPattern to use when formatting output versionyes${major}.${minor}.${patch}
change_pathPath to check for changes. If any changes are detected in the path the 'changed' output will true. Enter multiple paths separated by spaces.no
namespaceUse to create a named sub-version. This value will be appended to tags created for this version.no
namedescription
majorCurrent major number
minorCurrent minor number
patchCurrent patch number
incrementAn additional value indicating the number of commits for the current version
versionThe version result, in the format {major}.{minor}.{patch}
version_tagThe version result with trailing zeros removed
changedIndicates whether there was a change since the last version if change_path was specified. If no change_path was specified this value will always be true since the entire repo is considered.