Skip to content

Commit 245be95

Browse files
committed
add gpg signature
1 parent 1589b79 commit 245be95

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.goreleaser.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Make sure to check the documentation at https://goreleaser.com
23
before:
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
3031
archives:
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
6474
brews:
6575
- name: ccatos
66-
tap:
76+
repository:
6777
owner: batmac
6878
name: homebrew-tap
6979
branch: main

0 commit comments

Comments
 (0)