Hi, > That's here there is something I don't know, what should be merged back to > the develop branch ? Changes would be made in the release branch and merged into develop, otherwise the two branches would diverge and develop would no longer be a representation of the last release. All of the CI runs off the develop branch so it's best if that is as close to release as possible - which is why last time we released we merged into develop several times.
> We haven't got hotfixes and if something goes wrong with the RC, it is fixed > on the dev branch and another RC is done, right ? It mostly likely be fixed on the release branch and merged back to develop when done, but fixing on develop, testing (see CI above) and then merging into release may also be an option. Justin