The only thing making this model merging back the release branch to the dev one is they allow hotfixing on the release branch, so, yes, if they are some, we need to merge them back but here at Apache Flex we don't have this emergency to deliver, so, the bugs can be fixed on the dev branch and another RC can be done.
Not having hotfixes on the release branch makes the merge back useless because there nothing left to, so, why do it and then change the build number ? Instead, because we haven't this need to merge back as soon as we fix the bugs on the dev branch only, we could simply let the dev branch unmerged as it represents already what is released and the build version will keep its 0 value unchanged too. -----Message d'origine----- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : jeudi 5 septembre 2013 18:14 À : dev@flex.apache.org Objet : Re: Nighly builds and releases On 9/5/13 3:23 AM, "Frédéric THOMAS" <webdoubl...@hotmail.com> wrote: >After running sdk/ant, git status report only " flex-sdk-description.xml" >as >modified file, that's 5 months or so I didn't have a look in the SDK, >could you tell me what should be done in order the build number be >created only on the release build envisioning what impact it could >introduce ? IMO, we just have to decide that's what we want to do. Note that the Git Branching Model does show release branches merged back to develop. It mentions that there is often a merge conflict with the version number file but doesn't explicitly say what to do about it. We can try leaving the version number unchanged at 0 in the develop branch and after a release branch merge changes it, set it back to 0. -Alex