From fe10ce2ddbece1b39ddb113c865432524311b40e Mon Sep 17 00:00:00 2001 From: Sam Betts Date: Mon, 30 Apr 2018 11:00:02 +0100 Subject: [PATCH] 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 --- releasenotes/source/current-series.rst | 5 ----- releasenotes/source/unreleased.rst | 6 +++++- 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 releasenotes/source/current-series.rst diff --git a/releasenotes/source/current-series.rst b/releasenotes/source/current-series.rst deleted file mode 100644 index 875030f9d..000000000 --- a/releasenotes/source/current-series.rst +++ /dev/null @@ -1,5 +0,0 @@ -============================ -Current Series Release Notes -============================ - -.. release-notes:: diff --git a/releasenotes/source/unreleased.rst b/releasenotes/source/unreleased.rst index 1cb0d59fb..875030f9d 100644 --- a/releasenotes/source/unreleased.rst +++ b/releasenotes/source/unreleased.rst @@ -1 +1,5 @@ -.. include:: current-series.rst +============================ +Current Series Release Notes +============================ + +.. release-notes::