Polishing.

Reformat code. Add backticks to version numbers.

See #203
This commit is contained in:
Mark Paluch
2022-02-18 13:23:15 +01:00
parent 66119fed12
commit 6417cd98e0
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,9 @@ public class AnnouncementOperations {
builder.append("* ");
builder.append(project.getFullName()).append(" ");
builder.append("`");
builder.append(module.getShortVersionString());
builder.append("`");
builder.append(" - ");
MavenArtifact artifact = new MavenArtifact(module);

View File

@@ -128,7 +128,6 @@ class ReleaseCommands extends TimedCommand {
deployment.promote(information);
} else {
build.performRelease(iteration).forEach(deployment::promote);
}
}