File tree Expand file tree Collapse file tree 1 file changed +40
-3
lines changed Expand file tree Collapse file tree 1 file changed +40
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ builds:
13
13
- linux
14
14
- windows
15
15
- darwin
16
+ ignore :
17
+ - goarch : 386
16
18
archives :
17
19
- replacements :
18
20
darwin : Darwin
@@ -21,12 +23,47 @@ archives:
21
23
386 : i386
22
24
amd64 : x86_64
23
25
checksum :
24
- name_template : ' checksums.txt'
26
+ name_template : " checksums.txt"
25
27
snapshot :
26
28
name_template : " {{ incpatch .Version }}-next"
27
29
changelog :
28
30
sort : asc
29
31
filters :
30
32
exclude :
31
- - ' ^docs:'
32
- - ' ^test:'
33
+ - " ^docs:"
34
+ - " ^test:"
35
+ brews :
36
+ - # Name template of the recipe
37
+ # Default to project name
38
+ name : protoconf-terraform
39
+
40
+ tap :
41
+ owner : protoconf
42
+ name : homebrew-tap
43
+
44
+ token : " {{ .Env.DEPLOY_GITHUB_TOKEN }}"
45
+
46
+ # Git author used to commit to the repository.
47
+ # Defaults are shown.
48
+ commit_author :
49
+ name : goreleaserbot
50
+ email : goreleaser@carlosbecker.com
51
+
52
+ # The project name and current git tag are used in the format string.
53
+ commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
54
+
55
+ # Folder inside the repository to put the formula.
56
+ # Default is the root folder.
57
+ folder : Formula
58
+
59
+ # Your app's homepage.
60
+ # Default is empty.
61
+ homepage : " https://docs.protoconf.sh/"
62
+
63
+ # Template of your app's description.
64
+ # Default is empty.
65
+ description : " Terraform integration for protoconf"
66
+
67
+ # SPDX identifier of your app's license.
68
+ # Default is empty.
69
+ license : " MIT"
You can’t perform that action at this time.
0 commit comments