Skip to content

Commit d84a486

Browse files
Improve Antora tag selectors
1 parent 6414e12 commit d84a486

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
@@ -22,7 +22,7 @@ content:
2222
tags:
2323
- 'v1.1({2..9}).+({0..9})?(-{RC,M}*)' # 1.12 - 1.19
2424
- 'v1.({2..9})+({0..9}).+({0..9})?(-{RC,M}*)' # 1.20 and above on the 1.x line
25-
- '!(v1.12.0-{RC,M}*)' # TODO: Remove this once 1.12.0 is released (antora will skip them)
25+
- '!(v1.12.0-{RC,M}*)' # Except 1.12 milestones/rc (1.12.0 is ok)
2626
start_path: docs
2727
asciidoc:
2828
attributes:

0 commit comments

Comments
 (0)