Skip to content

Commit 07b1a9f

Browse files
committed
Exclude Earlier 3.1 releases
From 3.1.0 to 3.1.4 Issue gh-869
1 parent c75522d commit 07b1a9f

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,'({3..9}).+({0..9}).x', '!(3.0.x)']
22-
tags: ['({3..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(3.0.+({0..9})?(-{RC,M}+({0..9})))']
22+
tags: ['({3..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(3.0.+({0..9})?(-{RC,M}+({0..9})))', '!(3.1.+({0..4})?(-{RC,M}+({0..9})))']
2323
asciidoc:
2424
extensions:
2525
- '@asciidoctor/tabs'

0 commit comments

Comments
 (0)