Skip to content

Commit c288077

Browse files
committed
chore: adds homebrew support
1 parent ba60038 commit c288077

2 files changed

Lines changed: 434 additions & 415 deletions

File tree

.goreleaser.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,21 @@ signs:
3737
- artifacts: checksum
3838
args:
3939
- "--batch"
40+
- "--no-tty"
41+
- "--pinentry-mode=loopback"
4042
- "--local-user"
4143
- "{{ .Env.GPG_FINGERPRINT }}" # set this environment variable for your signing key
44+
- "--passphrase"
45+
- "{{ .Env.GPG_PASSPHRASE }}"
4246
- "--output"
4347
- "${signature}"
4448
- "--detach-sign"
4549
- "${artifact}"
50+
brews:
51+
- repository:
52+
owner: cludden
53+
name: homebrew-formula
54+
homepage: https://github.com/cludden/protoc-gen-go-temporal
55+
description: protoc-gen-go_temporal - a protoc plugin for generating Temporal clients, workers, and clis in go from protobuf schemas
56+
folder: Formula
57+
license: MIT

0 commit comments

Comments
 (0)