Finish release branch and create M1 tag
---------------------------------------
Key: RFPL-1577
URL:
https://issues.jboss.org/browse/RFPL-1577
Project: RichFaces Planning
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: build
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.1.0.Milestone1
Use git-flow for finishing release branch:
{code}
$ git flow release finish 4.1.0.M1
{code}
When finishing, flow will merge last release branch commit in master and make a tag.
Then it will merge changes in release branch into develop.
It is necessary to change version from release *-M1 to development -SNAPSHOT on the
development branch between publishing.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira