diff --git a/framework-docs/antora-playbook.yml b/framework-docs/antora-playbook.yml index a35ccc750ed..24c9baee16e 100644 --- a/framework-docs/antora-playbook.yml +++ b/framework-docs/antora-playbook.yml @@ -13,7 +13,9 @@ 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}.+({1..9}).x'] + # branches: We include snapshots for main, 6.2.x, and 7.0.x to 9.*.x. + branches: ['main', '6.2.x', '{7..9}.+({0..9}).x'] + # tags: We effectively include all releases from 6.0.9 to 9.*.*. 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: