From a59c55346592c0fb221cad7bed0348486f85643b Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Tue, 2 Jun 2020 08:59:46 +0200 Subject: [PATCH] Fix typo in release message (#1307) * Fix typo in release message * Update .circleci/config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f23c62c..f8b23967 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -376,7 +376,7 @@ jobs: - update_image: apt_opts: "--no-install-recommends jq" - notify: - message: "Release process for the desktop app ended, new release can be found on (github's releases)[https://github.com/mattermost/desktop/releases]" + message: "Release process for the desktop app ended, the new release can be found on [GitHub](https://github.com/mattermost/desktop/releases)." workflows: