From b7cdf40691ec56483b56cb15548680a05bd0cd94 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Fri, 8 Sep 2023 10:58:38 +0100 Subject: [PATCH] (#146) Alter scriban template GitLab doesn't support emojis when they are "connected" to each other, where GitHub does. Rather than fight this, let's just add a space between the emojis. This doesn't cause any difference in the rendered output, so shouldn't impact on any existing usage. --- src/GitReleaseManager.Core/Configuration/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GitReleaseManager.Core/Configuration/Config.cs b/src/GitReleaseManager.Core/Configuration/Config.cs index 9df3e365..15083cc2 100644 --- a/src/GitReleaseManager.Core/Configuration/Config.cs +++ b/src/GitReleaseManager.Core/Configuration/Config.cs @@ -12,7 +12,7 @@ public class Config - [GitHub release](https://github.com/{owner}/{repository}/releases/tag/{milestone}) -Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:"; +Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package: :rocket:"; public Config() {