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

Steve Ebersole (JIRA) noreply at atlassian.com
Thu Oct 14 14:37:47 EDT 2010


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.1


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