Change release script to assemble docs as part of prep

This commit is contained in:
Steve Ebersole 2024-08-06 10:28:08 -05:00
parent a2c948909a
commit c1a01b6a61
1 changed files with 2 additions and 0 deletions

View File

@ -371,6 +371,8 @@ def releasePrepareTask = tasks.register( 'releasePrepare' ) {
group 'Release'
description 'Performs release preparations on local check-out, including updating changelog'
// we want to assemble the docs here so that we catch problems early (and even during "dry run" for CI releases)
dependsOn assembleDocumentationTask
dependsOn gitPreparationForReleaseTask
finalizedBy releasePreparePostGitTask