File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
12# Make sure to check the documentation at https://goreleaser.com
23before :
34 hooks :
@@ -29,7 +30,6 @@ builds:
2930 - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser -X main.tags=plugins,keystore
3031archives :
3132 - name_template : " {{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
32- rlcp : true
3333 files :
3434 - none*
3535 format : tar.gz
@@ -61,9 +61,19 @@ release:
6161
6262 ## NOTE
6363 these builds are without libcurl
64+ signs :
65+ - artifacts : checksum
66+ args :
67+ - -u
68+ - bat@sbz.fr
69+ - --output
70+ - ${signature}
71+ - --detach-sign
72+ - ${artifact}
73+ output : true
6474brews :
6575 - name : ccatos
66- tap :
76+ repository :
6777 owner : batmac
6878 name : homebrew-tap
6979 branch : main
You can’t perform that action at this time.
0 commit comments