Petr Michalec | 1af73a3 | 2017-07-11 13:09:41 +0200 | [diff] [blame] | 1 | --- |
| 2 | summary: > |
OlgaGusarenko | 30de2dc | 2017-08-21 14:44:27 +0300 | [diff] [blame] | 3 | This is the test release of MCP Feature Update notes. |
| 4 | These notes are intended to detail the new functionality and |
| 5 | bug fixes released for Reclass model on a sprint basis. |
Petr Michalec | 1af73a3 | 2017-07-11 13:09:41 +0200 | [diff] [blame] | 6 | |
OlgaGusarenko | 9dd3388 | 2017-08-22 16:21:17 +0300 | [diff] [blame] | 7 | others: |
| 8 | - | |
| 9 | Added `Reno <https://docs.openstack.org/reno/latest>_`, a release notes |
OlgaGusarenko | 30de2dc | 2017-08-21 14:44:27 +0300 | [diff] [blame] | 10 | configuration tool, to track release notes within the ``reclass-system`` |
| 11 | Git repository. |
| 12 | |
| 13 | To list/create/show release notes: |
| 14 | |
| 15 | .. code-block:: shell |
| 16 | |
| 17 | reno -qd .releasenotes list |
| 18 | reno -qd .releasenotes new releasenote-slug-title --edit |
| 19 | reno -qd .releasenotes report --no-show-source |
| 20 | |