mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-20 05:19:53 +00:00
Add support for using branches instead of tags
This commit is contained in:
parent
cd16d71443
commit
3a712b126c
12 changed files with 235 additions and 101 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue