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 52c3115 commit b8546b4Copy full SHA for b8546b4
.goreleaser.yaml
@@ -40,3 +40,23 @@ archives:
40
41
checksum:
42
name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"
43
+
44
+brews:
45
+ - name: hckctl
46
+ tap:
47
+ owner: hckops
48
+ name: homebrew-tap
49
+ commit_author:
50
+ name: hckbot
51
+ email: hckbot@users.noreply.github.com
52
+ folder: Formula
53
+ homepage: https://github.com/hckops/hckctl
54
+ description: "The declarative HaCKing Tool"
55
+ skip_upload: false
56
+ dependencies:
57
+ - name: docker
58
+ type: optional
59
+ - name: kubectl
60
61
+ test: |-
62
+ hckctl version
0 commit comments