Added release train shortcut for args

This commit is contained in:
Marcin Grzejszczak
2020-01-09 16:53:01 +01:00
parent 78d645c4e4
commit 25f16ba90e

View File

@@ -140,4 +140,7 @@ public final class Arguments implements Serializable {
.collect(Collectors.toCollection(LinkedList::new));
}
public ProjectVersion releaseTrain() {
return this.projects.releaseTrain(this.properties);
}
}