New version of salt-formula from Saltstack
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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.