Include future tags and branches

This commit is contained in:
Rob Winch
2023-07-13 10:17:01 -05:00
parent 6d10d868cf
commit 77842aafc2

View File

@@ -17,7 +17,8 @@ content:
- url: https://github.com/spring-projects/spring-ldap
# Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
branches: [main]
branches: [main,'({3..9}).+({0..9}).x', '!(3.{0..1}.x)']
tags: ['({3..9}).+({0..9}).+({0..9})', '!(3.{0..1}.+({0..9}))']
asciidoc:
extensions:
- '@asciidoctor/tabs'