File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
2
dist
3
- imagesync
3
+ imagesync # Added by goreleaser init:
4
+ dist /
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
1
3
before :
2
4
hooks :
3
5
- apt update
@@ -16,17 +18,17 @@ builds:
16
18
- goos : darwin
17
19
goarch : 386
18
20
archives :
19
- - name_template : ' {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
20
- replacements :
21
- linux : Linux
22
- 386 : i386
23
- amd64 : x86_64
21
+ - name_template : >-
22
+ {{ .ProjectName }}_
23
+ {{- title .Os }}_
24
+ {{- if eq .Arch "amd64" }}x86_64
25
+ {{- else if eq .Arch "386" }}i386
26
+ {{- else }}{{ .Arch }}{{ end }}
27
+ {{- if .Arm }}v{{ .Arm }}{{ end }}
24
28
checksum :
25
29
name_template : ' checksums.txt'
26
- snapshot :
27
- name_template : " {{ .Tag }}-next"
28
30
changelog :
29
31
sort : asc
30
32
filters :
31
33
exclude :
32
- - ' ^*.sh:'
34
+ - ' ^*.sh:'
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ docker run -it --rm \
18
18
-v " $PWD " :/src \
19
19
-w /src \
20
20
-e GITHUB_TOKEN=" ${GITHUB_TOKEN} " \
21
- ghcr.io/goreleaser/goreleaser-cross:v1.19.1 release --rm-dist
21
+ ghcr.io/goreleaser/goreleaser-cross:v1.23.5 release
You can’t perform that action at this time.
0 commit comments