We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e478e commit e016d11Copy full SHA for e016d11
.goreleaser.yaml
@@ -15,17 +15,6 @@ builds:
15
- -X 'github.com/pubgo/funk/version.project=protobuild'
16
- -X 'github.com/pubgo/funk/version.buildTime={{ .CommitDate }}'
17
- -X 'github.com/pubgo/funk/version.commitID={{ .ShortCommit }}'
18
- - main: ./cmd/protoc-gen-retag/main.go
19
- id: protoc-gen-retag
20
- binary: protoc-gen-retag
21
- skip: false
22
- goos:
23
- - linux
24
- - darwin
25
- - windows
26
- goarch:
27
- - amd64
28
- - arm64
29
archives:
30
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
31
format: binary
0 commit comments