Change release script to assemble docs as part of prep
This commit is contained in:
parent
a2c948909a
commit
c1a01b6a61
|
@ -371,6 +371,8 @@ def releasePrepareTask = tasks.register( 'releasePrepare' ) {
|
||||||
group 'Release'
|
group 'Release'
|
||||||
description 'Performs release preparations on local check-out, including updating changelog'
|
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
|
dependsOn gitPreparationForReleaseTask
|
||||||
|
|
||||||
finalizedBy releasePreparePostGitTask
|
finalizedBy releasePreparePostGitTask
|
||||||
|
|
Loading…
Reference in New Issue