mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 16:44:57 +00:00
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…
x
Reference in New Issue
Block a user