Petr Michalec | 1af73a3 | 2017-07-11 13:09:41 +0200 | [diff] [blame^] | 1 | --- |
| 2 | summary: > |
| 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 | |
| 15 | other: |
| 16 | - | |
| 17 | Added `reno <https://docs.openstack.org/reno/latest>_` configuration to track release notes |
| 18 | within the reclass-system git repository. |