New version of salt-formula from Saltstack
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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.