blob: 733776f0cc04b9e5d75cacbbef9e748842634da6 [file] [log] [blame]
Petr Michalec1af73a32017-07-11 13:09:41 +02001---
2summary: >
3 Use "reno", an releasenotes configuration tool to record release notes.
4 Documentation: https://docs.openstack.org/reno/latest
5
6 Example usage:
7
8 .. code-block:: shell
9
10 # to list/create/show release notes, run following commands
11 reno -qd .releasenotes list
12 reno -qd .releasenotes new releasenote-slug-title --edit
13 reno -qd .releasenotes report --no-show-source
14
15other:
16 - |
17 Added `reno <https://docs.openstack.org/reno/latest>_` configuration to track release notes
18 within the reclass-system git repository.