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 6d689ea commit 65534faCopy full SHA for 65534fa
.goreleaser.yml
@@ -1,6 +1,6 @@
1
before:
2
hooks:
3
- - go mod tidy
+ - go mod tidy
4
builds:
5
- id: epithet-agent
6
binary: epithet-agent
@@ -47,14 +47,14 @@ changelog:
47
- '^test:'
48
brews:
49
- name: epithet
50
- github:
+ tap:
51
owner: epithet-ssh
52
name: homebrew-epithet
53
commit_author:
54
name: Epithet Bot
55
email: [email protected]
56
folder: Formula
57
- caveats: "Installs the binaries, but no configs"
+ caveats: "Installs the binaries, but no configs"
58
homepage: "https://epithet.io/"
59
test: |
60
- system "#{bin}/epithet-agent --version"
+ system "#{bin}/epithet-agent --version"
0 commit comments