From a5c8d737bde92714d32f9853667f51cd34944d65 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 20 Jun 2023 11:03:39 -0500 Subject: [PATCH] Exclude versions with name = ROOT --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 0bb57f4606..bd4b491977 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -27,7 +27,7 @@ content: sources: - url: https://github.com/spring-projects/spring-security branches: [main, '5.{{6..9},{1..9}+({0..9})}.x', '6.+({0..9}).x'] - tags: ['5.{{6..9},{1..9}+({0..9})}.+({0..9})?(-RC+({0..9}))', '6.+({0..9}).+({0..9})?(-{RC,M}*)'] + tags: ['5.{{6..9},{1..9}+({0..9})}.+({0..9})?(-RC+({0..9}))', '6.+({0..9}).+({0..9})?(-{RC,M}*)','!(5.6.{0..10}*)', '!(5.7.{0..8}*)', '!(5.8.{0..3}*)','!(6.0.{0..3}*)','!(6.1.0*)'] start_path: docs asciidoc: attributes: