Fix branch expressions
Ranges were missing () and it is better to place the repetition operator before.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user