Make Release Candidate and Milestone optional
Issue gh-2223
This commit is contained in:
@@ -14,7 +14,7 @@ content:
|
||||
sources:
|
||||
- url: https://github.com/spring-projects/spring-session
|
||||
branches: [main, '2.{6..9}+.{0..9}+.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']
|
||||
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:
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user