We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c562a commit bdcd936Copy full SHA for bdcd936
build/IPublishGitHubRelease.cs
@@ -40,7 +40,7 @@ interface IPublishGitHubRelease : INukeBuild
40
41
foreach (string s in entry.Value)
42
{
43
- changelogBody.AppendLine(s);
+ changelogBody.AppendLine($"- {s}");
44
}
45
46
changelogBody.AppendLine();
0 commit comments