Mikhail Ivanov | 7913310 | 2018-05-29 13:27:45 +0400 | [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 |