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 eea1e28 commit 02c7544Copy full SHA for 02c7544
1 file changed
.goreleaser.yml
@@ -1,8 +1,11 @@
1
+version: 2
2
+
3
brews:
- - tap:
4
+ - name: meta
5
+ repository:
6
owner: screwdriver-cd
7
name: meta-cli
- folder: Formula
8
+ directory: Formula
9
homepage: https://github.com/screwdriver-cd/meta-cli
10
description: CLI for reading/writing Screwdriver project metadata
11
commit_msg_template: "[skip ci] Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
@@ -18,7 +21,8 @@ brews:
18
21
test: |
19
22
system "#{bin}/meta-cli", "--version"
20
23
builds:
- - binary: meta
24
+ - id: meta
25
+ binary: meta
26
goos:
27
- linux
28
- darwin
0 commit comments