blob: 54deb69d848fbdf0bb1ff59c1fb737f01e131103 [file] [log] [blame]
Petr Michalec1f541c42017-08-17 13:30:37 +02001---
2summary: >
3 Use "reno", an releasenotes configuration tool to record release notes.
4 Documentation: https://docs.openstack.org/reno/latest
5
6 To list/create/show release notes, run following commands:
7
8 .. code-block:: shell
9
10 reno list
11 reno new releasenote-slug-title --edit
12 # use favored $EDITOR to update the note
13 # git add/commit releasenotes/* as usual
14 reno report --no-show-source
15
16other:
17 - |
18 Added `reno <https://docs.openstack.org/reno/latest>_` configuration to the repository.