We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2498252 commit f6d089dCopy full SHA for f6d089d
.goreleaser.yaml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
builds:
4
- ldflags:
5
- -s -w -X github.com/koki-develop/clive/cmd.version=v{{.Version}}
@@ -10,7 +12,6 @@ builds:
10
12
11
13
source:
14
enabled: true
- rlcp: true
15
16
archives:
17
- format: tar.gz
@@ -29,7 +30,7 @@ checksum:
29
30
name_template: 'checksums.txt'
31
32
brews:
- - tap:
33
+ - repository:
34
owner: koki-develop
35
name: homebrew-tap
36
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
0 commit comments