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:
Craig Vyvial 2015-12-02 13:13:19 -06:00
parent ba483c7b90
commit 6c11ae108f
5 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,3 @@
---
other:
- Added CORS support.

View File

@ -0,0 +1,3 @@
---
other:
- Refactor the datastore guest manager code.

View File

@ -6,3 +6,4 @@
:maxdepth: 1
liberty
unreleased

View File

@ -0,0 +1,5 @@
==============================
Current Series Release Notes
==============================
.. release-notes::

View File

@ -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