Skip to content

Commit 4c71f5c

Browse files
committed
Stop building docs for 1.2.x generation
1 parent 62033a5 commit 4c71f5c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

antora-playbook.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ content:
1313
- url: https://github.com/spring-projects/spring-graphql
1414
# Refname matching:
1515
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
16-
branches: [ main,'({1..9}).+({0..9}).x', '!(1.{0..1}.x)' ]
17-
tags: [ 'v({1..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v1.{0..1}.+({0..9})?(-{RC,M}+({0..9})))', '!(v1.2.+({0..2})?(-{RC,M}+({0..9})))' ]
16+
branches:
17+
- 'main'
18+
- '({1..9}).+({0..9}).x'
19+
- '!(1.{0..2}.x)'
20+
tags: [ 'v({1..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v1.{0..2}.+({0..9})?(-{RC,M}+({0..9})))' ]
1821
start_path: spring-graphql-docs
1922
asciidoc:
2023
extensions:

0 commit comments

Comments
 (0)