doc: Add new-release tool usage to relmgmt

Change-Id: If0e3d35511811c47c4da1689d43e22cb9284d5c2
This commit is contained in:
Michal Nasiadka 2020-11-03 15:46:37 +01:00 committed by Radosław Piliszek
parent f47f7b4b6c
commit 90c5bb87e5
1 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,10 @@ Prior to creating a release candidate:
* ``git diff --name-only origin/stable/<previous release> --
releasenotes/``
.. note::
Release notes for backported changes (i.e. already present in the previous,
stable branch) will not show in the output.
* example (kolla): https://review.opendev.org/648677/
* example (kolla-ansible): https://review.opendev.org/648685/
@ -127,6 +131,12 @@ stable branch is cut.
* example (kolla-ansible): https://review.opendev.org/650412
.. note::
Use the `new-release
<https://releases.openstack.org/reference/using.html#using-new-release-command>`__
tool for those activities.
After RC1
---------