Prevent reno rendering current release notes twice

Including current-series.rst in unreleased.rst results in the whole of
the current series release notes being rendered out twice. This causes
warnings to be thrown due to duplicated link labels between
current-series and unreleased. Under the new CI rulings warnings are
converted to errors resulting in release notes job failing.

Change-Id: Icae8efa962782beea6605acd48d2aff88eb6218c
This commit is contained in:
Sam Betts 2018-04-30 11:00:02 +01:00
parent 1c3b45bc57
commit fe10ce2ddb
2 changed files with 5 additions and 6 deletions

View File

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

View File

@ -1 +1,5 @@
.. include:: current-series.rst
============================
Current Series Release Notes
============================
.. release-notes::