Fix branch expressions

Ranges were missing () and it is better to place the repetition operator
before.
This commit is contained in:
Rob Winch
2023-06-23 09:45:34 -05:00
parent 051bc71053
commit cc1be13ba0

View File

@@ -30,7 +30,7 @@ git:
content:
sources:
- url: https://github.com/spring-projects/spring-session
branches: [main, '{0..9}+.{0..9}+.x', '!(1.*.x)', '!(2.{0..5}.x)']
branches: [main, '+({0..9}).+({0..9}).x', '!(1.*.x)', '!(2.{0..5}.x)']
tags: ['2.{6..9}.*', '3.+({0..9}).+({0..9})?(-{RC,M}*)?', '!2.6.0-M*','!2.6.0-RC*','!2.7.0-M1','!3.0.0-M1']
start_path: spring-session-docs
asciidoc: