@@ -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);
|
||||
|
||||
@@ -128,7 +128,6 @@ class ReleaseCommands extends TimedCommand {
|
||||
deployment.promote(information);
|
||||
|
||||
} else {
|
||||
|
||||
build.performRelease(iteration).forEach(deployment::promote);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user