mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 17:15:02 +00:00
Use annotated tags for release
Mainly because it's handled better in git-related tools such as tig. See also https://git-scm.com/book/en/v2/Git-Basics-Tagging#_creating_tags
This commit is contained in:
parent
527103d8b9
commit
96907698e1
@ -307,7 +307,7 @@ task ciRelease( dependsOn: [releaseChecks, addVersionCommit, release] ) {
|
||||
tag = tag.replace( ".Final", "" )
|
||||
}
|
||||
logger.lifecycle( "Tagging '${tag}'..." )
|
||||
executeGitCommand( 'tag', tag )
|
||||
executeGitCommand( 'tag', '-a', tag, '-m', "Release $project.ormVersion.fullName" )
|
||||
}
|
||||
|
||||
logger.lifecycle( "Adding commit to update version to '${project.developmentVersion}'..." )
|
||||
|
Loading…
x
Reference in New Issue
Block a user