HHH-14083 Fix incorrect message for the second commit during release

This commit is contained in:
Yoann Rodière 2020-06-03 10:16:19 +02:00 committed by Andrea Boriero
parent 921e4caff9
commit bd03cc3347
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ task ciRelease() {
)
executeGitCommand(
"git commit -m \"${project.ormVersion.fullName}\"",
"git commit -m \"${project.property( 'developmentVersion' )}\"",
"An error occurred during the execution of git commit for the development version change."
)