Allow empty tag prefix

This commit is contained in:
Paul Hatcherian 2019-12-11 23:39:03 -05:00
parent 118c3fd956
commit 8af45c2a76
4 changed files with 17 additions and 4 deletions

View file

@ -10,7 +10,7 @@ inputs:
default: "master"
tag_prefix:
description: "The prefix to use to identify tags"
required: true
required: false
default: "v"
major_pattern:
description: "a string which, if present in a git commit, indicates that a change represents a major (breaking) change"