Build documentation branches only for 6.1 and later
To avoid a duplication error caused by a conflict between the 6.0.x branch and the v6.0.23 tag.
This commit is contained in:
@@ -13,7 +13,7 @@ content:
|
|||||||
- url: https://github.com/spring-projects/spring-framework
|
- url: https://github.com/spring-projects/spring-framework
|
||||||
# Refname matching:
|
# Refname matching:
|
||||||
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
|
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
|
||||||
branches: ['main', '{6..9}.+({0..9}).x']
|
branches: ['main', '{6..9}.+({1..9}).x']
|
||||||
tags: ['v{6..9}.+({0..9}).+({0..9})?(-{RC,M}*)', '!(v6.0.{0..8})', '!(v6.0.0-{RC,M}{0..9})']
|
tags: ['v{6..9}.+({0..9}).+({0..9})?(-{RC,M}*)', '!(v6.0.{0..8})', '!(v6.0.0-{RC,M}{0..9})']
|
||||||
start_path: framework-docs
|
start_path: framework-docs
|
||||||
asciidoc:
|
asciidoc:
|
||||||
|
|||||||
Reference in New Issue
Block a user