[
https://issues.jboss.org/browse/RFPL-1577?page=com.atlassian.jira.plugin....
]
Lukáš Fryč commented on RFPL-1577:
----------------------------------
Hi Brian, since tag was done on release branch, you can ever "restore" branch
by
{code}
$ git checkout -b release/4.1.0.M1 4.1.0.20110805-M1
{code}
but since there were no changes in release branch, I will finish this task.
Finish release branch and create M1 tag
---------------------------------------
Key: RFPL-1577
URL:
https://issues.jboss.org/browse/RFPL-1577
Project: RichFaces Planning
Issue Type: Task
Security Level: Public(Everyone can see)
Components: build
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Priority: Blocker
Fix For: 4.1.0.Milestone2
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