Add support for using branches instead of tags

This commit is contained in:
Paul Hatcherian 2022-04-15 13:12:45 -04:00
parent cd16d71443
commit 3a712b126c
12 changed files with 235 additions and 101 deletions

View file

@ -12,6 +12,10 @@ inputs:
description: "The prefix to use to identify tags"
required: false
default: "v"
use_branches:
description: "Use branches instead of tags"
required: false
default: "false"
major_pattern:
description: "A string which, if present in a git commit, indicates that a change represents a major (breaking) change. Wrap with '/' to match using a regular expression."
required: true