New version of salt-formula from Saltstack
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

19 lines
531B

  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.