Nbsp for an empty issue list for the release notes; fixes gh-123
This commit is contained in:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user