- Create the new milestone
- Create the new fixes branch from master
- Remove branch that we just merged
Create the new milestone
-
got to https://gitlab.fusiondirectory.org/groups/fusiondirectory/-/milestones and create the new milestone
- FusionDirectory 1.2.x
- Start date, date of the milestone creation
- Stop date is start date + 3 month
Create a new fixes branch from master
The branch should be named with the version of the release followed by -fixes.
ex: 1.2 is released the fixes branch is 1.2-fixes
Remove the branch we just merged
Merge Changelog.md, Authors.md, UPGRADE.md into -dev
This operation have inside a ticket with the label release and with a MR
Changelog.md, Authors, UPGRADE.md have to be merged into -dev after a release to ensure that the merge from the -dev to master will be easy.
git checkout 1.2.1-fixes -- Changelog.md