No. The release guys don't have the expertise to decide what can be cherry picked, only the developer has that info. If you have a (stable!) commit that you want in Beta4, you 'll need to cherry pick it to the branch (with -x please): git checkout 6.0.0.Beta4.x git cherry-pick -x <commitId> git push origin 6.0.0.Beta4.x git checkout master HTH :) On 21-06-13 11:05, Charles Moulliard
wrote:
|
_______________________________________________ rules-dev mailing list rules-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-dev