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)
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)
Very informative blog, Thanks for sharing this info with us.
ReplyDeleteOpenstack Training