You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
We should add a step in our CI that verifies if the branch contains the right version. For example, for branch
6.3.x
thegradle.properties
file should contain the version in the6.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:
The text was updated successfully, but these errors were encountered: