File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 24
24
version : latest
25
25
args : release --rm-dist
26
26
env :
27
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
+ PAT_GITHUB : ${{ secrets.PAT_GITHUB }}
Original file line number Diff line number Diff line change @@ -30,3 +30,19 @@ changelog:
30
30
exclude :
31
31
- " ^docs:"
32
32
- " ^test:"
33
+
34
+ brews :
35
+ -
36
+ name : src-fingerprint
37
+ tap :
38
+ owner : gitguardian
39
+ name : homebrew-tap
40
+ branch : main
41
+ token : " {{ .Env.PAT_GITHUB }}"
42
+ download_strategy : CurlDownloadStrategy
43
+ commit_author :
44
+ name : goreleaserbot
45
+
46
+ commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
47
+ folder : Formula
48
+ description : " src-fingerprint is a CLI util to easily compute the fileshas associated to a set of git repositories."
You can’t perform that action at this time.
0 commit comments