Switch tags and branches to use includes rather than excludes

It's a little easier to follow when we list the includes directly
rather than trying to selectively exclude certain tags and branches.
This commit is contained in:
Phillip Webb 2025-06-30 11:58:46 -07:00
parent 5ddcec646e
commit 5d1e66cc90
1 changed files with 5 additions and 8 deletions

View File

@ -31,16 +31,13 @@ content:
sources:
- url: .
branches:
- '3.4.x'
- '3.5.x'
- 'main'
- '*({0..9}).*({0..9}).x'
- '!{0..2}.*'
- '!3.{0..3}.*'
tags:
- 'v*.*.*'
- '!v{0..2}*'
- '!v3.{0..3}.*'
- '!v3.3.0-M1'
- '!v3.3.0-M2'
- 'v3.4.*'
- 'v3.5.*'
- 'v4.0.*'
start_paths:
- spring-boot-project/spring-boot-docs/src/docs/antora
- spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/antora