From a631d77dadf6ceff8973bd13ee4fcdc325123a02 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 28 Aug 2023 16:23:47 -0400 Subject: [PATCH] Exclude `6.2.0-M2` tag since it cannot be built See https://github.com/spring-projects/spring-integration/commit/3f5f32b1e09a1e521f0ca244382363ede07b20ac for more info --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 120af649520..d4130b2e317 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -19,7 +19,7 @@ content: # Refname matching: # https://docs.antora.org/antora/latest/playbook/content-refname-matching/ branches: [ main,'({6..9}).+({0..9}).x', '!(6.{0..1}.x)' ] - tags: [ 'v({6..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v6.{0..1}.+({0..9})?(-{RC,M}+({0..9})))', '!(v6.2.0-M1)' ] + tags: [ 'v({6..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v6.{0..1}.+({0..9})?(-{RC,M}+({0..9})))', '!(v6.2.0-M1)', '!(v6.2.0-M2)' ] start_path: src/reference/antora asciidoc: attributes: