File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,13 @@ project_name: mach-composer-plugin-sentry
3
3
builds :
4
4
- id : " mach-composer-plugin"
5
5
main : ./main.go
6
- binary : " bin/ {{ .ProjectName }}"
6
+ binary : " {{ .ProjectName }}_v{{ .Version }}"
7
7
flags :
8
8
- -trimpath
9
- - -tags=netgo
10
9
env :
11
10
- CGO_ENABLED=0
12
- asmflags :
13
- - all=-trimpath={{.Env.GOPATH}}
14
- gcflags :
15
- - all=-trimpath={{.Env.GOPATH}}
16
- ldflags : |
17
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.CommitDate}} -extldflags '-static'
11
+ ldflags :
12
+ - ' -s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
18
13
goos :
19
14
- windows
20
15
- linux
@@ -38,7 +33,7 @@ changelog:
38
33
39
34
archives :
40
35
- id : " mach-composer-plugin"
41
- name_template : " {{ .ProjectName }}-{{ .Version}}-{{ .Os}}-{{.Arch}}{{ if .Arm }}v{{.Arm }}{{ end }}"
42
- format : tar.gz
36
+ name_template : " {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
37
+ format : zip
43
38
files :
44
39
- LICENSE
Original file line number Diff line number Diff line change
1
+ # 0.1.2 (2023-01-19)
2
+ - Update release artifact to flatten package structure
3
+
1
4
# 0.1.1 (2023-01-17)
2
5
- Fix rendering of the sentry token if it is a variable reference
3
6
You can’t perform that action at this time.
0 commit comments