Stop building docs for 1.2.x generation
This commit is contained in:
@@ -13,8 +13,11 @@ 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.{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})))' ]
|
||||
branches:
|
||||
- 'main'
|
||||
- '({1..9}).+({0..9}).x'
|
||||
- '!(1.{0..2}.x)'
|
||||
tags: [ 'v({1..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v1.{0..2}.+({0..9})?(-{RC,M}+({0..9})))' ]
|
||||
start_path: spring-graphql-docs
|
||||
asciidoc:
|
||||
extensions:
|
||||
|
||||
Reference in New Issue
Block a user