updating with other reno changes
We need a release notes page to show notes for unreleased versions by scanning the "current" branch. This ensures that notes files cannot be merged if they break the releasenotes job. also running job to treat warnings as errors. Change-Id: I14a993f2830d3c0f9fd8d1bec7b2b71b315a13d2
This commit is contained in:
parent
ba483c7b90
commit
6c11ae108f
@ -0,0 +1,3 @@
|
||||
---
|
||||
other:
|
||||
- Added CORS support.
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
other:
|
||||
- Refactor the datastore guest manager code.
|
@ -6,3 +6,4 @@
|
||||
:maxdepth: 1
|
||||
|
||||
liberty
|
||||
unreleased
|
||||
|
5
releasenotes/source/unreleased.rst
Normal file
5
releasenotes/source/unreleased.rst
Normal file
@ -0,0 +1,5 @@
|
||||
==============================
|
||||
Current Series Release Notes
|
||||
==============================
|
||||
|
||||
.. release-notes::
|
2
tox.ini
2
tox.ini
@ -64,4 +64,4 @@ commands =
|
||||
commands = openstack-doc-test --check-build --publish --force
|
||||
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
Loading…
Reference in New Issue
Block a user