We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9128172 commit 9dca46aCopy full SHA for 9dca46a
.goreleaser.yaml
@@ -12,10 +12,10 @@ builds:
12
ldflags:
13
- -s -w -X github.com/jclem/konk/cmd.Version={{ .Version }} -X github.com/jclem/konk/cmd.Commit={{ .Commit }} -X github.com/jclem/konk/cmd.BuiltAt={{ .Date }}
14
brews:
15
- - tap:
+ - repository:
16
owner: jclem
17
name: homebrew-tap
18
- folder: Formula
+ directory: Formula
19
homepage: https://github.com/jclem/konk
20
license: MIT
21
test: system "#{bin}/konk --version"
0 commit comments