Browse Source

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.
pull/33717/head
Sébastien Deleuze 2 years ago
parent
commit
c55979b8a9
  1. 2
      antora-playbook.yml

2
antora-playbook.yml

@ -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:

Loading…
Cancel
Save