Prepare 2.6.x branch
This commit is contained in:
parent
3b12a5efe9
commit
354a18c9a6
|
|
@ -138,7 +138,7 @@ class AsciidoctorConventions {
|
|||
|
||||
private String determineGitHubTag(Project project) {
|
||||
String version = "v" + project.getVersion();
|
||||
return (version.endsWith("-SNAPSHOT")) ? "main" : version;
|
||||
return (version.endsWith("-SNAPSHOT")) ? "2.6.x" : version;
|
||||
}
|
||||
|
||||
private void configureOptions(AbstractAsciidoctorTask asciidoctorTask) {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,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: "2.6.x"
|
||||
milestone: "2.6.x"
|
||||
build-name: "spring-boot"
|
||||
concourse-url: "https://ci.spring.io"
|
||||
|
|
|
|||
Loading…
Reference in New Issue