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