Refine Github commands.

Switch to github release create|preview instead of github create|preview release.
This commit is contained in:
Mark Paluch
2025-02-17 10:40:19 +01:00
parent 1e7cb5d7f2
commit 152a1190db

View File

@@ -78,7 +78,7 @@ public class GitHubCommands extends TimedCommand {
}, 2);
}
@CliCommand(value = "github create release")
@CliCommand(value = "github release create")
public void createOrUpdateRelease(@CliOption(key = "", mandatory = true) TrainIteration iteration,
@CliOption(key = "project") Project project) {
@@ -99,7 +99,7 @@ public class GitHubCommands extends TimedCommand {
});
}
@CliCommand(value = "github preview release")
@CliCommand(value = "github release preview")
public String previewRelease(@CliOption(key = "", mandatory = true) TrainIteration iteration,
@CliOption(key = "project", mandatory = true) Project project) {