Skip to content

Release procedure

Carles Cufí edited this page Mar 6, 2018 · 31 revisions

Overview

This page documents the Release manager responsibilities so that it serves as a knowledge repository for Release managers.

Milestones

The description of the different Milestones leading to a release can be found in the following Program Management sections:

Tagging

Use annotated tags:

Edit VERSION file
git tag -a v1.11.0-rc1
git push upstream <tag name>
git shortlog v1.10.0..master 
Clone this wiki locally