Skip to content

Commit 7b2dad0

Browse files
committed
Exclude unnecessary tags from docs build
1 parent 9670299 commit 7b2dad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ content:
2020
# Refname matching:
2121
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
2222
branches: [ main,'({5..9}).+({1..9}).x' ]
23-
tags: [ 'v({5..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v5.0.+({0..9})?(-{RC,M}+({0..9})))','!(v5.1.0-M1)','!(v5.1.0-M2)' ]
23+
tags: [ 'v({5..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v5.0.+({0..9})?(-{RC,M}+({0..9})))','!(v5.1.0-M1)','!(v5.1.0-M2)', '!(v5.1.0-M3)', '!(v5.1.0-RC1)' ]
2424
start_path: spring-batch-docs
2525
asciidoc:
2626
attributes:

0 commit comments

Comments
 (0)