Skip to content

Commit b7a2140

Browse files
committed
Refine which docs branches/tags are built
1 parent e36e1c7 commit b7a2140

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

antora-playbook.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
antora:
22
extensions:
3+
# Patch old metadata to ensure that only latest is displayed
4+
- ./lib/antora/extensions/fix-component-name-display.js
5+
- ./lib/antora/extensions/version-fix.js
36
- require: '@springio/antora-extensions'
47
root_component_name: 'session'
58
site:
@@ -11,7 +14,7 @@ git:
1114
content:
1215
sources:
1316
- url: https://github.com/spring-projects/spring-session
14-
branches: [main, '+({0..9}).+({0..9}).x', '!(1.*.x)', '!(2.{0..5}.x)']
17+
branches: [main, '+({0..9}).+({0..9}).x', '!(1.*.x)', '!(2.*.x)','!(3.{0..2}.x)']
1518
tags: ['2.{6..9}.*', '3.+({0..9}).+({0..9})?(-{RC,M}*)?', '!2.6.0-M*','!2.6.0-RC*','!2.7.0-M1','!3.0.0-M1']
1619
start_path: spring-session-docs
1720
asciidoc:

0 commit comments

Comments
 (0)