Fix the sources expressions
This ensures that > 1.2.3-SNAPSHOT is included
This commit is contained in:
committed by
Rossen Stoyanchev
parent
38977ba0b3
commit
9811ade9c3
@@ -18,8 +18,8 @@ content:
|
||||
- url: https://github.com/spring-projects/spring-graphql
|
||||
# Refname matching:
|
||||
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
|
||||
branches: [ main,'({1..9}).+({0..9}).x', '!(1.{1..2}.x)' ]
|
||||
tags: [ 'v({1..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v1.{0..2}.+({0..9})?(-{RC,M}+({0..9})))' ]
|
||||
branches: [ main,'({1..9}).+({0..9}).x', '!(1.{0..1}.x)' ]
|
||||
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})))' ]
|
||||
start_path: spring-graphql-docs
|
||||
asciidoc:
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user