From 050267fa05adb4efc11f58652c61c22b18089f42 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 2 Sep 2016 09:41:06 -0400 Subject: Update reno for stable/newton In order to support automatically updating the release notes when we create stable branches, we want the pages to be in a standard order. This patch updates the order to be reverse chronological, so the most recent notes appear at the top. Change-Id: I9512bb44cdb638d1e46275553ea047aa4e36cbeb --- releasenotes/source/index.rst | 6 +++--- releasenotes/source/newton.rst | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 releasenotes/source/newton.rst diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 04930ce..00701a9 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -7,10 +7,10 @@ Contents .. toctree:: :maxdepth: 2 - liberty - mitaka unreleased - + newton + mitaka + liberty Indices and tables ================== diff --git a/releasenotes/source/newton.rst b/releasenotes/source/newton.rst new file mode 100644 index 0000000..97036ed --- /dev/null +++ b/releasenotes/source/newton.rst @@ -0,0 +1,6 @@ +=================================== + Newton Series Release Notes +=================================== + +.. release-notes:: + :branch: origin/stable/newton -- cgit v1.2.1