File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,15 @@ archives:
6464 name_template : " git-as_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
6565 format : tar.gz
6666
67+ - id : git-this-bread
68+ builds :
69+ - git-explain
70+ - git-id
71+ - git-as
72+ - gh-as
73+ name_template : " git-this-bread_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
74+ format : tar.gz
75+
6776checksum :
6877 name_template : ' checksums.txt'
6978
@@ -105,3 +114,20 @@ brews:
105114 bin.install "git-id"
106115 bin.install "git-as"
107116 bin.install "gh-as"
117+
118+ - name : git-this-bread
119+ ids :
120+ - git-this-bread
121+ repository :
122+ owner : jdevera
123+ name : homebrew-tap
124+ branch : main
125+ token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
126+ homepage : https://github.com/jdevera/git-this-bread
127+ description : Git utilities for developers who knead to understand their repos
128+ license : MIT
129+ install : |
130+ bin.install "git-explain"
131+ bin.install "git-id"
132+ bin.install "git-as"
133+ bin.install "gh-as"
You can’t perform that action at this time.
0 commit comments