| Petr Ruzicka | ba0a49d | 2018-01-31 22:16:20 +0100 | [diff] [blame] | 1 | --- |
| 2 | summary: > | ||||
| 3 | Add "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 | # git add/commit releasenotes/* | ||||
| 13 | reno report --no-show-source | ||||