fix(goreleaser): fix tap and disable discord for the moment (#3585)

This commit is contained in:
Florian Forster 2022-05-03 16:23:12 +02:00 committed by GitHub
parent 79db247801
commit 929ed8745a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ changelog:
brews: brews:
- tap: - tap:
owner: zitadel owner: zitadel
name: zitadel-tap name: homebrew-tap
token: "{{ .Env.GORELEASER_TOKEN_TAP }}" token: "{{ .Env.GORELEASER_TOKEN_TAP }}"
folder: Formula folder: Formula
goarm: "7" goarm: "7"
@ -89,5 +89,5 @@ brews:
announce: announce:
discord: discord:
enabled: true enabled: false #enable when we release v2
message_template: 'ZITADEL {{ .Tag }} is ready! Check the notes: https://github.com/zitadel/zitadel/releases/tag/{{ .Tag }}' message_template: 'ZITADEL {{ .Tag }} is ready! Check the notes: https://github.com/zitadel/zitadel/releases/tag/{{ .Tag }}'