better version tagging
This commit is contained in:
parent
51400c8184
commit
c7d864edb4
3
.github/workflows/semantic-release.yml
vendored
3
.github/workflows/semantic-release.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
||||
major_pattern: "(MAJOR)"
|
||||
# Same as above except indicating a minor change, supports regular expressions wrapped with '/'
|
||||
minor_pattern: "(MINOR)"
|
||||
# Indicate whether short tags like 'v1' should be supported. If false only full
|
||||
# tags like 'v1.0.0' will be recognized.
|
||||
short_tags: true
|
||||
# A string to determine the format of the version output
|
||||
format: "${major}.${minor}.${patch}"
|
||||
# If this is set to true, *every* commit will be treated as a new version.
|
||||
|
Loading…
x
Reference in New Issue
Block a user