From 52551e09706bf9ac4a325f8afc0795637505af7d Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Mon, 22 May 2023 05:16:36 +0200 Subject: [PATCH] announceybot cosmetics --- tools/announceybot/announceybot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/announceybot/announceybot.py b/tools/announceybot/announceybot.py index 9ce247b..9988d7b 100644 --- a/tools/announceybot/announceybot.py +++ b/tools/announceybot/announceybot.py @@ -53,6 +53,6 @@ Modify your `build.zig.zon` like this: ''' message += zon_update + "\n" - message += 'See the [release page](https://github.com/zigzap/zap/releases/' - message += f'{TAG_NAME}) for more information!' + message += 'See the release page: https://github.com/zigzap/zap/releases/' + message += f'{TAG_NAME} for more information!' send_to_discord(message)