From c55979b8a97d448cc7fbcff5144b47b5fdf8d154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Fri, 16 Aug 2024 16:57:11 +0200 Subject: [PATCH] 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. --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 5eda3bc121f..e67a80f2dee 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -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: