Skip to content

Commit 305a512

Browse files
committed
Stop linking to 6.1.22-SNAPSHOT reference docs
With this commit, we now include snapshots for main (which currently correlates to 7.0.x), 6.2.x, and 7.0.x to 9.*.x. Closes gh-35923
1 parent cf036ee commit 305a512

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

antora-playbook.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ content:
1313
- url: https://github.com/spring-projects/spring-framework
1414
# Refname matching:
1515
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
16-
branches: ['main', '{6..9}.+({1..9}).x']
16+
# branches: We include snapshots for main, 6.2.x, and 7.0.x to 9.*.x.
17+
branches: ['main', '6.2.x', '{7..9}.+({0..9}).x']
18+
# tags: We effectively include all releases from 6.0.9 to 9.*.*.
1719
tags: ['v{6..9}.+({0..9}).+({0..9})?(-{RC,M}*)', '!(v6.0.{0..8})', '!(v6.0.0-{RC,M}{0..9})']
1820
start_path: framework-docs
1921
asciidoc:

0 commit comments

Comments
 (0)