Prepare 3.2.x branch

This commit is contained in:
Andy Wilkinson
2024-01-04 10:50:34 +00:00
parent 735df3597f
commit 433f8a6fd9
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ class AsciidoctorConventions {
private String determineGitHubTag(Project project) {
String version = "v" + project.getVersion();
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
return (version.endsWith("-SNAPSHOT")) ? "3.2.x" : version;
}
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {