HHH-17239 Automate maintenance releases

This commit is contained in:
Christian Beikov 2023-10-04 23:19:49 +02:00
parent a36f8e2e32
commit 84f333b263
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ class ReleaseNote {
gradle.getTaskGraph().whenReady {tg->
if ( tg.hasTask( project.tasks.releaseChecks )
if ( ( tg.hasTask( project.tasks.releasePrepare ) || tg.hasTask( project.tasks.releasePerform ) )
&& ! project.getGradle().getStartParameter().isDryRun() ) {
String releaseVersionLocal
String developmentVersionLocal