fix.修复 Markdown 字符串格式错误

This commit is contained in:
Liam Sho
2022-06-18 04:33:12 +08:00
parent b876452631
commit 2da819cb29

View File

@@ -352,7 +352,7 @@ public partial class Build : NukeBuild
}
else
{
_changeLog += $"\n\n**Full Changelog**: [{Parameters.MainRepo}@{_latestTag} -> {Parameters.MainRepo}@{Parameters.GhTag}]https://github.com/{Parameters.MainRepo}/compare/{_latestTag}...{Parameters.GhTag}";
_changeLog += $"\n\n**Full Changelog**: [{Parameters.MainRepo}@{_latestTag} -> {Parameters.MainRepo}@{Parameters.GhTag}](https://github.com/{Parameters.MainRepo}/compare/{_latestTag}...{Parameters.GhTag})";
}
});