Prepare 2.3.x branch

This commit is contained in:
Andy Wilkinson
2020-05-28 09:56:01 +01:00
parent a84b7bccf1
commit d3ef6f2382
3 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ class AsciidoctorConventions {
private String determineGitHubTag(Project project) {
String version = "v" + project.getVersion();
return (version.endsWith("-SNAPSHOT")) ? "master" : version;
return (version.endsWith("-SNAPSHOT")) ? "2.3.x" : version;
}
/**