Petr Michalec | 1f541c4 | 2017-08-17 13:30:37 +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 | 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 | |
| 16 | other: |
| 17 | - | |
| 18 | Added `reno <https://docs.openstack.org/reno/latest>_` configuration to the repository. |