Skip to content

Commit 6c3daed

Browse files
authored
restore goreleaser announce config (#244)
1 parent 079dcad commit 6c3daed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ checksum:
1919
sboms:
2020
- artifacts: archive
2121

22+
announce:
23+
discord:
24+
enabled: true
25+
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .ReleaseURL }} or brew upgrade {{ .ProjectName }}'
26+
author: 'GoReleaser'
27+
2228
brews:
2329
- # Repository to push the tap to.
2430
tap:

0 commit comments

Comments
 (0)