Compare commits
2 commits
ddf352c6be
...
af6265a822
Author | SHA1 | Date | |
---|---|---|---|
af6265a822 | |||
1ffbdb4721 |
3 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,6 @@ repos:
|
|||
description: Enforces using only 'LF' line endings.
|
||||
- id: trailing-whitespace
|
||||
- repo: https://git.garrity.co/garrity-software/gs-pre-commit-scala
|
||||
rev: v1.0.0
|
||||
rev: v1.0.1
|
||||
hooks:
|
||||
- id: scalafmt
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// See: https://github.com/scalameta/scalafmt/tags for the latest tags.
|
||||
version = 3.7.17
|
||||
version = 3.8.1
|
||||
runner.dialect = scala3
|
||||
maxColumn = 80
|
||||
|
||||
|
|
|
@ -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