mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-14 11:14:45 +00:00
Use tags instead of branched; add unit tests.
This commit is contained in:
parent
0e104db4f4
commit
bbab98392b
7 changed files with 384 additions and 74 deletions
10
action.yml
10
action.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue