Create 3.0.x branch
This commit is contained in:
@@ -128,7 +128,7 @@ class AsciidoctorConventions {
|
||||
|
||||
private String determineGitHubTag(Project project) {
|
||||
String version = "v" + project.getVersion();
|
||||
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
|
||||
return (version.endsWith("-SNAPSHOT")) ? "3.0.x" : version;
|
||||
}
|
||||
|
||||
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {
|
||||
|
||||
@@ -3,7 +3,7 @@ github-repo-name: "spring-projects/spring-boot"
|
||||
homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git"
|
||||
docker-hub-organization: "springci"
|
||||
artifactory-server: "https://repo.spring.io"
|
||||
branch: "main"
|
||||
branch: "3.0.x"
|
||||
milestone: "3.0.x"
|
||||
build-name: "spring-boot"
|
||||
concourse-url: "https://ci.spring.io"
|
||||
|
||||
Reference in New Issue
Block a user