Ensuring that versions by default are always SemVer-safe.
This commit is contained in:
parent
ddf352c6be
commit
1ffbdb4721
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ object CalVer {
|
|||
.addDelimiter(Delimiter.Dot)
|
||||
.addComponent(Component.DD)
|
||||
.addDelimiter(Delimiter.Hyphen)
|
||||
.addComponent(Component.Label("v"))
|
||||
.addComponent(Component.GitSha(7))
|
||||
.build()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue