This pages sums up technical information to perform the different tasks
from the release process. Action items from the release template link here. In the following sections, the release will have the generic name: MAJOR.MINOR.PATCH.
Each number shall be replaced by the current release number.
## Git commands
### Create release branch
git checkout -b release-MAJOR.MINOR develop
git push origin release-MAJOR.MINOR
### RC tag
git checkout release-X.Y
git tag -a MAJOR.MINOR.PATCH-rc1 -m "Release Candidate tag MAJOR.MINOR.PATCH-rc1"
git push --tags origin release-X.Y
### Get a RC checkout
Send the command to get a RC checkout in the announcement email, so that