File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,19 @@ before:
3
3
- go mod tidy
4
4
5
5
builds :
6
- -
7
- env :
6
+ - env :
8
7
- CGO_ENABLED=0
9
8
goos :
10
9
- linux
11
10
- windows
12
11
- darwin
13
12
ldflags :
14
- - -s -w -X github.com/conventionalcommit/commitlint/internal.version={{.Version }} -X github.com/conventionalcommit/commitlint/internal.commit={{.FullCommit}} -X github.com/conventionalcommit/commitlint/internal.buildTime={{.Date}}
13
+ - -s -w -X github.com/conventionalcommit/commitlint/internal.version=v {{.Major}}.{{.Minor}}.{{.Patch }} -X github.com/conventionalcommit/commitlint/internal.commit={{.FullCommit}} -X github.com/conventionalcommit/commitlint/internal.buildTime={{.Date}}
15
14
flags :
16
15
- -tags=urfave_cli_no_docs
17
16
18
17
archives :
19
- -
20
- replacements :
18
+ - replacements :
21
19
darwin : Darwin
22
20
linux : Linux
23
21
windows : Windows
@@ -38,13 +36,13 @@ changelog:
38
36
sort : asc
39
37
filters :
40
38
exclude :
41
- - ' ^docs:'
42
- - ' ^test:'
43
- - ' ^style:'
44
- - ' ^chore:'
45
- - ' ^refactor:'
46
- - ' ^build:'
47
- - ' ^ci:'
39
+ - " ^docs:"
40
+ - " ^test:"
41
+ - " ^style:"
42
+ - " ^chore:"
43
+ - " ^refactor:"
44
+ - " ^build:"
45
+ - " ^ci:"
48
46
49
47
release :
50
48
draft : true
You can’t perform that action at this time.
0 commit comments