From 4f5d702c5796dcd4b0133d6163594c271059353a Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 18 Feb 2020 12:11:20 +0100 Subject: [PATCH] Add instructions on how to release the docs --- doc/release.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/release.rst b/doc/release.rst index f12864fe..f627fe63 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -112,8 +112,8 @@ Here are the instructions to release Bob meta package: $ bdt gitlab release -vvv CHANGELOG --package bob/bob -* When the script says ``Waiting for the pipeline *** of "bob/bob" to finish``, cancel - it. You can check the progress online. +* When the script says ``Waiting for the pipeline *** of "bob/bob" to finish``, you may + cancel it and check the progress online. * To revert the pins while in beta run:: @@ -135,3 +135,11 @@ You can see that if we could identify linux only packages automatically, the who release process would have been only to run ``bdt gitlab release -vvv CHANGELOG --package bob/bob``. Do you want to help fix that? + + +Releasing the docs meta package +=============================== + +Don't forget to release ``bob/docs`` after the bob release has successfully finished. +To do so, go to https://gitlab.idiap.ch/bob/docs/-/tags and click on ``New tag``. +Use the same version number you used for bob. -- GitLab