Nbsp for an empty issue list for the release notes; fixes gh-123

This commit is contained in:
Marcin Grzejszczak
2019-03-07 13:26:50 +01:00
parent 9e87362a83
commit 981cc20e6e
3 changed files with 9 additions and 2 deletions

View File

@@ -64,7 +64,9 @@ public class ReleaserApplication implements CommandLineRunner {
application.run(args);
}
catch (MakeBuildUnstableException ex) {
log.error("[BUILD UNSTABLE] The following exceptions took place in the post release process", ex);
log.error(
"[BUILD UNSTABLE] The following exceptions took place in the post release process",
ex);
log.error(
"[BUILD UNSTABLE] The release happened successfully, but there were post release issues");
log.error("[BUILD UNSTABLE] An exception that should make "