Skip to content

Commit

Permalink
feat(goreleaser): add slack/telegram announces
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Dec 27, 2024
1 parent 073ba93 commit 44f6a43
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
project_name: tenv
version: 2

announce:
slack:
enabled: true
message_template: ":tada: tenv {{.Tag}} is available! See what's new here - https://github.com/aquasecurity/tenv/releases/tag/{{.Tag}}"
channel: "#tofuutils"
username: "tofuutils-notifications"
icon_emoji: ""
icon_url: ""
blocks: []
attachments: []

telegram:
enabled: true
chat_id: -4020097127
message_template: "🎉 tenv {{.Tag}} is available! See what's new here - https://github.com/aquasecurity/tenv/releases/tag/{{.Tag}}"
parse_mode: MarkdownV2

before:
hooks:
- go mod tidy
Expand Down

0 comments on commit 44f6a43

Please sign in to comment.