From e2316b362f2c44e96ee3103b83bb500ceeb5ad71 Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Fri, 27 Dec 2024 19:06:40 +0400 Subject: [PATCH] fix: release notes link --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index c5e3725..351a2c0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -4,7 +4,7 @@ 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}}" + message_template: ":tada: tenv {{.Tag}} is available! See what's new here - https://github.com/tofuutils/tenv/releases/tag/{{.Tag}}" channel: "#tofuutils" username: "tofuutils-notifications" icon_emoji: "" @@ -15,7 +15,7 @@ announce: 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}}" + message_template: "🎉 tenv {{.Tag}} is available! See what's new here - https://github.com/tofuutils/tenv/releases/tag/{{.Tag}}" parse_mode: HTML before: