File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,26 +29,26 @@ builds:
2929 -X main.GitDirty={{ .Date }}
3030 -X main.BuildTime={{ .Date }}
3131 -X main.GitRepo={{ .ProjectName }}
32- - id : " {{ .ProjectName }}-wasm"
33- main : .
34- binary : " {{ .ProjectName }}.wasm"
35- env :
36- - CGO_ENABLED=0
37- goos :
38- - js
39- goarch :
40- - wasm
41- flags :
42- - -trimpath
43- mod_timestamp : ' {{ .CommitTimestamp }}'
44- ldflags :
45- - >-
46- -X main.Version={{ .Tag }}
47- -X main.GitCommit={{ .Commit }}
48- -X main.GitTag={{ .Tag }}
49- -X main.GitDirty={{ .Date }}
50- -X main.BuildTime={{ .Date }}
51- -X main.GitRepo={{ .ProjectName }}
32+ # - id: "{{ .ProjectName }}-wasm"
33+ # main: .
34+ # binary: "{{ .ProjectName }}.wasm"
35+ # env:
36+ # - CGO_ENABLED=0
37+ # goos:
38+ # - js
39+ # goarch:
40+ # - wasm
41+ # flags:
42+ # - -trimpath
43+ # mod_timestamp: '{{ .CommitTimestamp }}'
44+ # ldflags:
45+ # - >-
46+ # -X main.Version={{ .Tag }}
47+ # -X main.GitCommit={{ .Commit }}
48+ # -X main.GitTag={{ .Tag }}
49+ # -X main.GitDirty={{ .Date }}
50+ # -X main.BuildTime={{ .Date }}
51+ # -X main.GitRepo={{ .ProjectName }}
5252release :
5353 prerelease : auto
5454 footer : |
You can’t perform that action at this time.
0 commit comments