Skip to content

Commit cf02cff

Browse files
committed
fix
1 parent 6c14f64 commit cf02cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ def updateVersionsTask = tasks.register( "updateVersions" ) {
195195
}
196196

197197
def releasePrepareTask = tasks.register( "releasePrepare" ) {
198-
description "On a local checkout, performs all the changes required for the release"
198+
description "On a local checkout, performs all the changes required for the release, website updates included"
199199
group "Release"
200-
dependsOn updateVersionsTask
200+
dependsOn updateVersionsTask, commitDocChangesTask
201201

202202
doFirst {
203203
if ( !project.hasProperty( 'releaseVersion' ) || !project.hasProperty( 'developmentVersion' )

0 commit comments

Comments
 (0)