Skip to content

Commit 5d1e66c

Browse files
committed
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.
1 parent 5ddcec6 commit 5d1e66c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

antora-playbook.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,13 @@ content:
3131
sources:
3232
- url: .
3333
branches:
34+
- '3.4.x'
35+
- '3.5.x'
3436
- 'main'
35-
- '*({0..9}).*({0..9}).x'
36-
- '!{0..2}.*'
37-
- '!3.{0..3}.*'
3837
tags:
39-
- 'v*.*.*'
40-
- '!v{0..2}*'
41-
- '!v3.{0..3}.*'
42-
- '!v3.3.0-M1'
43-
- '!v3.3.0-M2'
38+
- 'v3.4.*'
39+
- 'v3.5.*'
40+
- 'v4.0.*'
4441
start_paths:
4542
- spring-boot-project/spring-boot-docs/src/docs/antora
4643
- spring-boot-project/spring-boot-actuator-autoconfigure/src/docs/antora

0 commit comments

Comments
 (0)