Skip to content

Commit 38521ed

Browse files
committed
Enabled slack notification on release
1 parent 9e75d2c commit 38521ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ announce:
4242

4343
# See more at: https://goreleaser.com/customization/announce/#slack
4444
slack:
45-
enabled: false
45+
enabled: true
4646
message_template: '{{ .ProjectName }} {{ .Tag }} is out! Changelog: https://github.com/BuxOrg/{{ .ProjectName }}/releases/tag/{{ .Tag }}'
47-
channel: '#test_slack'
47+
channel: '#bux'
4848
# username: ''
4949
# icon_emoji: ''
5050
# icon_url: ''

0 commit comments

Comments
 (0)