Skip to content

Commit

Permalink
fix(ci): set parse_mode=MarkdownV2 for telegram notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Feb 9, 2025
1 parent 9104c02 commit 1806ea0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .goreleaser_release_only.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: 2

announce:
slack:
enabled: true
Expand All @@ -14,8 +12,8 @@ announce:
telegram:
enabled: true
chat_id: -4020097127
message_template: "🎉 tenv {{ mdv2escape .Tag}} is available{{ mdv2escape '!' }} See what is new here - https://github.com/tofuutils/tenv/releases/tag/{{ mdv2escape .Tag}}"
parse_mode: HTML
message_template: '🎉 tenv {{ mdv2escape .Tag}} is available{{ mdv2escape "!" }} See what is new here - https://github.com/tofuutils/tenv/releases/tag/{{ mdv2escape .Tag}}'
parse_mode: MarkdownV2

cloudsmiths:
- organization: tofuutils
Expand Down

0 comments on commit 1806ea0

Please sign in to comment.