Fix incorrect message for the second commit during release
This commit is contained in:
parent
8363df3495
commit
5232df9686
|
@ -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."
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue