We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fbdce commit 80b6776Copy full SHA for 80b6776
1 file changed
.goreleaser.yml
@@ -1,3 +1,5 @@
1
+version: 2
2
+
3
before:
4
hooks:
5
- go mod download
@@ -17,7 +19,7 @@ brews:
17
19
- homepage: "https://github.com/hmarr/codeowners"
18
20
description: "Determine who owns what according CODEOWNERS files"
21
- tap:
22
+ repository:
23
owner: hmarr
24
name: homebrew-tap
25
token: "{{ .Env.HOMEBREW_TAP_RELEASE_TOKEN }}"
@@ -26,7 +28,7 @@ brews:
26
28
name: release-bot
27
29
email: release-bot@hmarr.com
30
- folder: Formula
31
+ directory: Formula
32
33
checksum:
34
name_template: 'checksums.txt'
0 commit comments