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 9cd21f6 commit 9c70946Copy full SHA for 9c70946
build.cake
@@ -136,7 +136,7 @@ Task("Create-Release-Notes")
136
RedirectStandardOutput = true
137
},
138
out redirectedOutput);
139
- Information(string.Join("\n"m redirectedOutput));
+ Information(string.Join("\n", redirectedOutput));
140
141
if (!System.IO.File.Exists("./build/releasenotes.md") || string.IsNullOrEmpty(System.IO.File.ReadAllText("./build/releasenotes.md"))) {
142
System.IO.File.WriteAllText("./build/releasenotes.md", "No issues closed since last release");
0 commit comments