Include Milestone and RCs in Antora

Closes gh-256
This commit is contained in:
Rob Winch
2023-07-18 10:31:48 -05:00
parent a1ac8646b9
commit 9551593798

View File

@@ -18,7 +18,7 @@ content:
# Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
branches: [main,'({3..9}).+({0..9}).x', '!(3.{0..1}.x)']
tags: ['({3..9}).+({0..9}).+({0..9})', '!(3.{0..1}.+({0..9}))']
tags: ['({3..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(3.{0..1}.+({0..9})?(-{RC,M}+({0..9})))']
asciidoc:
extensions:
- '@asciidoctor/tabs'