Skip to content

Commit 152a119

Browse files
committed
Refine Github commands.
Switch to github release create|preview instead of github create|preview release.
1 parent 1e7cb5d commit 152a119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/data/release/issues/github/GitHubCommands.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void push(@CliOption(key = "", mandatory = true) TrainIteration iteration
7878
}, 2);
7979
}
8080

81-
@CliCommand(value = "github create release")
81+
@CliCommand(value = "github release create")
8282
public void createOrUpdateRelease(@CliOption(key = "", mandatory = true) TrainIteration iteration,
8383
@CliOption(key = "project") Project project) {
8484

@@ -99,7 +99,7 @@ public void createOrUpdateRelease(@CliOption(key = "", mandatory = true) TrainIt
9999
});
100100
}
101101

102-
@CliCommand(value = "github preview release")
102+
@CliCommand(value = "github release preview")
103103
public String previewRelease(@CliOption(key = "", mandatory = true) TrainIteration iteration,
104104
@CliOption(key = "project", mandatory = true) Project project) {
105105

0 commit comments

Comments
 (0)