spring-projects / spring-security

Spring Security
http://spring.io/projects/spring-security
Apache License 2.0
8.55k stars 5.79k forks source link

Automate check of expected branch version #15226

Open marcusdacoregio opened 2 weeks ago

marcusdacoregio commented 2 weeks ago

We should add a step in our CI that verifies if the branch contains the right version. For example, for branch 6.3.x the gradle.properties file should contain the version in the 6.3.* pattern.

One idea is to create a custom Gradle task that verifies that and run it as part of the check task.

Related to: