diff --git a/doc/source/devref.rst b/doc/source/devref.rst index 60148f7..ff2cee7 100644 --- a/doc/source/devref.rst +++ b/doc/source/devref.rst @@ -57,6 +57,18 @@ Release Management Getting Started --------------- +Milestone release ++++++++++++++++++ + +* Checkout the master branch +* Create a tag ``.0b``, e.g. ``1.0.0.0b1`` for the first + milestone of the Ocata release. For more details, see :ref:`tag_releases`. +* Push the tag along :ref:`tag_releases`. +* Update the launchpad project + + * Release the corresponding milestone along :ref:`release_milestone`. + + First release candidate +++++++++++++++++++++++