Minor tweak to release note documentation
Make it a little clearer that you need to add the release note to git before running 'tox -ereleasenotes'. Change-Id: Ia822be3b4024886072fc08600270297ab6a81cba
This commit is contained in:
parent
1af46fe933
commit
f9adca0e0c
@ -70,6 +70,12 @@ instructions about how to fill in (or remove) the various sections of
|
||||
the document. Modify the yaml file as appropriate and include it as
|
||||
part of your commit.
|
||||
|
||||
Commit your note to git (required for reno to pick it up):
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ git add releasenotes/notes/<note>; git commit
|
||||
|
||||
Once the release notes have been committed you can build them by using:
|
||||
|
||||
.. code-block:: bash
|
||||
|
Loading…
Reference in New Issue
Block a user