stefanvandyck/Git Version

Bash script to perform basic automated sematic versioning based on git tags

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
componentName of an option sub-component, used as prefix for the git tagsno""
pathsPaths that contain changes to consider for git messagesno""
major_bump_messageString to look for in commit messages to trigger a major bumpno""
minor_bump_messageString to look for in commit messages to trigger a minor bumpno""
ignore_messageString to look for in commit messages to ignore the commit for versioningno""
poc_release_branch_prefixPrefix for the branch name to use for PoC releasesno""
namedescription
number_of_changes_since_last_tagThe number of commits since the last tag
previous_versionThe previous version number
new_versionThe new version number