Build documentation branches only for 6.1 and later
To avoid a duplication error caused by a conflict between the 6.0.x branch and the v6.0.23 tag. Closes gh-33398
This commit is contained in:
parent
46c29b9175
commit
e0cb7aa0a0
|
|
@ -13,7 +13,7 @@ content:
|
|||
- url: https://github.com/spring-projects/spring-framework
|
||||
# Refname matching:
|
||||
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
|
||||
branches: ['main', '{6..9}.+({0..9}).x']
|
||||
branches: ['main', '{6..9}.+({1..9}).x']
|
||||
tags: ['v{6..9}.+({0..9}).+({0..9})?(-{RC,M}*)', '!(v6.0.{0..8})', '!(v6.0.0-{RC,M}{0..9})']
|
||||
start_path: framework-docs
|
||||
asciidoc:
|
||||
|
|
|
|||
Loading…
Reference in New Issue