Skip to content

Commit b7cdf40

Browse files
committed
(#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.
1 parent 2974ae6 commit b7cdf40

File tree

1 file changed

+1
-1
lines changed
  • src/GitReleaseManager.Core/Configuration

1 file changed

+1
-1
lines changed

src/GitReleaseManager.Core/Configuration/Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Config
1212
1313
- [GitHub release](https://github.com/{owner}/{repository}/releases/tag/{milestone})
1414
15-
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package::rocket:";
15+
Your **[GitReleaseManager](https://github.com/GitTools/GitReleaseManager)** bot :package: :rocket:";
1616

1717
public Config()
1818
{

0 commit comments

Comments
 (0)