Skip to content

Commit

Permalink
(#146) Alter scriban template
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gep13 committed Nov 10, 2023
1 parent 2974ae6 commit b7cdf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GitReleaseManager.Core/Configuration/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit b7cdf40

Please sign in to comment.