Custom Search

Monday, July 24, 2017

OpenStack Creating release notes with Reno

https://docs.openstack.org/reno/latest/user/usage.html

1)
https://docs.openstack.org/reno/latest/install/index.html
$ pip install reno

2)
The reno command line tool is used to create a new release note file in the correct format and with a unique name.

$ tox reno new my-new-release1

By default, the new note is created under ./releasenotes/notes.

OR

$ tox -e venv -- reno new my-new-release1
$ source .tox/venv/bin/activate

3)

1 comment: