Use tags instead of branched; add unit tests.

This commit is contained in:
Paul Hatcherian 2019-12-09 21:52:42 -05:00
parent 0e104db4f4
commit bbab98392b
7 changed files with 384 additions and 74 deletions

View file

@ -4,14 +4,14 @@ branding:
icon: "layers"
color: "blue"
inputs:
main_branch:
description: "main branch"
branch:
description: "The branch name"
required: true
default: "master"
release_branch:
description: "the release branch pattern which be be used as a prefix for release branches"
tag_prefix:
description: "The prefix to use to identify tags"
required: true
default: "release"
default: "v"
major_pattern:
description: "a string which, if present in a git commit, indicates that a change represents a major (breaking) change"
required: true