From 5e28a1dc7378b3d8afa57e01d7f80f6eb1bdc892 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 6 Feb 2017 16:52:44 -0500 Subject: [PATCH] standardize release notes filenames and fix contents Update the release notes pages to have the standard names and for the toctree to have the layout expected by the job that proposes updates. Update the newton page to show changes from that series instead of master. Add the ocata series page. Change-Id: Ifd5bbadbfc0468ef9aa8fa052d766e4a51f1db46 Signed-off-by: Doug Hellmann --- releasenotes/source/current-series.rst | 5 ----- releasenotes/source/index.rst | 8 ++------ releasenotes/source/newton.rst | 8 ++++---- releasenotes/source/ocata.rst | 6 ++++++ releasenotes/source/unreleased.rst | 6 +++++- 5 files changed, 17 insertions(+), 16 deletions(-) delete mode 100644 releasenotes/source/current-series.rst create mode 100644 releasenotes/source/ocata.rst diff --git a/releasenotes/source/current-series.rst b/releasenotes/source/current-series.rst deleted file mode 100644 index 875030f9..00000000 --- a/releasenotes/source/current-series.rst +++ /dev/null @@ -1,5 +0,0 @@ -============================ -Current Series Release Notes -============================ - -.. release-notes:: diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 214a2e05..62a4e978 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -5,10 +5,6 @@ .. toctree:: :maxdepth: 1 - Current (unreleased) - Newton (unreleased) - -.. toctree:: - :hidden: - unreleased + ocata + newton diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst index 55006eba..839fe807 100644 --- a/releasenotes/source/newton.rst +++ b/releasenotes/source/newton.rst @@ -1,6 +1,6 @@ -=========================== -Newton Series Release Notes -=========================== +============================================= + Newton Series Release Notes (2.0.0 - 2.1.x) +============================================= .. release-notes:: - :branch: origin/master + :branch: origin/stable/newton diff --git a/releasenotes/source/ocata.rst b/releasenotes/source/ocata.rst new file mode 100644 index 00000000..ff776b5c --- /dev/null +++ b/releasenotes/source/ocata.rst @@ -0,0 +1,6 @@ +============================================ + Ocata Series Release Notes (2.2.0 - 2.2.x) +============================================ + +.. release-notes:: + :branch: origin/stable/ocata diff --git a/releasenotes/source/unreleased.rst b/releasenotes/source/unreleased.rst index 1cb0d59f..cd22aabc 100644 --- a/releasenotes/source/unreleased.rst +++ b/releasenotes/source/unreleased.rst @@ -1 +1,5 @@ -.. include:: current-series.rst +============================== + Current Series Release Notes +============================== + +.. release-notes::