New version of salt-formula from Saltstack
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

add-releasenotes-9c076c7ee8fbe2a4.yaml 531B

123456789101112131415161718
  1. ---
  2. summary: >
  3. Use "reno", an releasenotes configuration tool to record release notes.
  4. Documentation: https://docs.openstack.org/reno/latest
  5. To list/create/show release notes, run following commands:
  6. .. code-block:: shell
  7. reno list
  8. reno new releasenote-slug-title --edit
  9. # use favored $EDITOR to update the note
  10. # git add/commit releasenotes/* as usual
  11. reno report --no-show-source
  12. other:
  13. - |
  14. Added `reno <https://docs.openstack.org/reno/latest>_` configuration to the repository.