Merge pull request #14730 from opensourcerouting/fix/doc_releases

doc: Add a quick example on how to use release_notes.py
This commit is contained in:
Donald Sharp 2023-11-06 08:11:03 -05:00 committed by GitHub
commit 5752340415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,13 @@ Stage 1 - Preparation
Note: use ``tools/release_notes.py`` to help draft release notes changelog
.. code-block:: console
./tools/release_notes.py -b dev/9.1 -t frr-9.0.1
dev/9.1 is the branch to be renamed to stable/9.1, and frr-9.0.1 in this
example is the latest tag from which to generate the logs.
#. Checkout the existing ``dev/<version>`` branch.
.. code-block:: console