File tree 2 files changed +7
-11
lines changed
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,6 @@ config.yaml
25
25
26
26
tmp /
27
27
bin /
28
+
29
+ # GoReleaser
30
+ dist /
Original file line number Diff line number Diff line change 1
1
version : 2
2
- before :
3
- hooks :
4
- - go mod tidy
5
2
builds :
6
3
- env :
7
4
- CGO_ENABLED=0
8
- - PACKAGE=github.com/cterence/tailout
9
- ldflags :
10
- - -X ${PACKAGE}/internal/version.Version=${VERSION}
11
- - -X ${PACKAGE}/internal/version.CommitHash=${COMMIT_HASH}
12
- - -X ${PACKAGE}/internal/version.BuildTimestamp=${BUILD_TIMESTAMP}
13
5
goos :
14
6
- linux
15
- main : ./
7
+ - darwin
8
+ - windows
16
9
binary : tailout
17
10
archives :
18
11
- format_overrides :
19
12
- goos : windows
20
- format : zip
13
+ formats : [' zip']
21
14
checksum :
22
15
name_template : " checksums.txt"
23
16
snapshot :
24
- name_template : " {{ .Tag }}-next"
17
+ version_template : " {{ .Tag }}-next"
25
18
changelog :
26
19
sort : asc
27
20
use : github
You can’t perform that action at this time.
0 commit comments