File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ universal_binaries:
2727 - replace : true
2828
2929archives :
30- - format : tar.gz
30+ - formats : [ tar.gz]
3131 format_overrides :
3232 - goos : windows
33- format : zip
33+ formats : [ zip]
3434 name_template : >-
3535 {{ .ProjectName }}_
3636 {{- title .Os }}_
@@ -53,12 +53,12 @@ nfpms:
5353 - rpm
5454 - apk
5555
56- brews :
56+ homebrew_casks :
5757 - repository :
5858 owner : jvherck
5959 name : homebrew-tap
6060 token : " {{ .Env.TAP_GITHUB_TOKEN }}"
61- directory : Formula
61+ directory : Casks
6262 homepage : " https://github.com/jvherck/git-janitor"
6363 description : " A fast, interactive TUI for cleaning up local Git branches."
6464 license : MIT
@@ -72,13 +72,6 @@ scoops:
7272 description : " A fast, interactive TUI for cleaning up local Git branches."
7373 license : MIT
7474
75- chocolateys :
76- - name : git-janitor
77- authors : jvherck
78- project_url : " https://github.com/jvherck/git-janitor"
79- copyright : " 2026 jvherck"
80- license_url : " https://github.com/jvherck/git-janitor/blob/main/LICENSE"
81-
8275changelog :
8376 sort : asc
8477 filters :
You can’t perform that action at this time.
0 commit comments