Skip to content

Commit 9811ade

Browse files
rwinchrstoyanchev
authored andcommitted
Fix the sources expressions
This ensures that > 1.2.3-SNAPSHOT is included
1 parent 38977ba commit 9811ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ content:
1818
- url: https://github.com/spring-projects/spring-graphql
1919
# Refname matching:
2020
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
21-
branches: [ main,'({1..9}).+({0..9}).x', '!(1.{1..2}.x)' ]
22-
tags: [ 'v({1..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v1.{0..2}.+({0..9})?(-{RC,M}+({0..9})))' ]
21+
branches: [ main,'({1..9}).+({0..9}).x', '!(1.{0..1}.x)' ]
22+
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})))' ]
2323
start_path: spring-graphql-docs
2424
asciidoc:
2525
attributes:

0 commit comments

Comments
 (0)