Skip to content

Commit a66f907

Browse files
committed
Remove 3.1.x
1 parent 4f2ea7c commit a66f907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

antora-playbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ content:
2121
- url: https://github.com/spring-projects/spring-shell
2222
# Refname matching:
2323
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
24-
branches: [ main,'({3..9}).+({0..9}).x', '!(3.0.x)' ]
25-
tags: [ 'v({3..9}).+({0..9}).+({0..19})?(-{RC,M}+({0..9}))', '!(v3.0.+({0..9})?(-{RC,M}+({0..9})))', '!(v3.1.0-{RC,M}+({0..9}))', '!(v3.1.({0..7}))' ]
24+
branches: [ main,'({3..9}).+({0..9}).x', '!(3.0.x)', '!(3.1.x)' ]
25+
tags: [ 'v({3..9}).+({0..9}).+({0..19})?(-{RC,M}+({0..9}))', '!(v3.0.+({0..9})?(-{RC,M}+({0..9})))', '!(v3.1.0-{RC,M}+({0..9}))', '!(v3.1.({0..19}))' ]
2626
start_path: spring-shell-docs
2727
asciidoc:
2828
attributes:

0 commit comments

Comments
 (0)