[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5660) Leverage Git for better release process

Gail Badner (JIRA) noreply at atlassian.com
Wed May 4 02:17:00 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42223#action_42223 ] 

Gail Badner commented on HHH-5660:
----------------------------------

Can this be moved to 3.6.5?

> Leverage Git for better release process
> ---------------------------------------
>
>                 Key: HHH-5660
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5660
>             Project: Hibernate Core
>          Issue Type: Improvement
>    Affects Versions: 3.6.0
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.6.4
>
>
> Initially thinking:
> # pre-release
> ## Update versions/scm-urls
> # release
> ## `mvn clean deploy`
> # post-release
> ## `git commit` - commits the workspace state for tagging
> ## `git tag -s 3.6.1.Final -m 'tagging 3.6.0 release'` - creates a *signed* tag, do we need/want signed tags?
> ## `git push origin 3.6.1.Final` - pushes the tag to origin (GitHub)
> ## Update the versions/scm-urls for the next dev cycle
> ## `git commit` 
> ## `git push origin`

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list