From 305a512a55b07bac88eab623a19badeb535285b8 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Fri, 28 Nov 2025 12:59:04 +0100 Subject: [PATCH] Stop linking to 6.1.22-SNAPSHOT reference docs With this commit, we now include snapshots for main (which currently correlates to 7.0.x), 6.2.x, and 7.0.x to 9.*.x. Closes gh-35923 --- antora-playbook.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index a35ccc750ed..24c9baee16e 100644 --- a/antora-playbook.yml +++ b/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: