Skip to content

Commit a631d77

Browse files
committed
Exclude 6.2.0-M2 tag since it cannot be built
See 3f5f32b for more info
1 parent 0f0aadc commit a631d77

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
@@ -19,7 +19,7 @@ content:
1919
# Refname matching:
2020
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
2121
branches: [ main,'({6..9}).+({0..9}).x', '!(6.{0..1}.x)' ]
22-
tags: [ 'v({6..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v6.{0..1}.+({0..9})?(-{RC,M}+({0..9})))', '!(v6.2.0-M1)' ]
22+
tags: [ 'v({6..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v6.{0..1}.+({0..9})?(-{RC,M}+({0..9})))', '!(v6.2.0-M1)', '!(v6.2.0-M2)' ]
2323
start_path: src/reference/antora
2424
asciidoc:
2525
attributes:

0 commit comments

Comments
 (0)