Skip to content

Commit a7abde4

Browse files
Fix tag wildcards.
1 parent a489c7e commit a7abde4

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 ]
23-
tags: [ '({4..9}).+({1..9}).+({0..9})?(-{RC,M}+({0..9}))', '!4.1.0-M1' ]
23+
tags: [ 'v{3..9}.+({1..9}).+({0..9})?(-{RC,M}*)', '!v3.1.0-M1' ]
2424
start_path: docs
2525
asciidoc:
2626
attributes:

0 commit comments

Comments
 (0)