From c50494a70b7c5c42cfdd8cfee073af88f1292e8c Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 10 Jul 2019 10:23:50 -0500 Subject: [PATCH] Add release note ignore for backport note This adds a directive to ignore a release note that we only want to show up in a stable branch. It also cleans up a previous instance of this where we needed to have the ignore follow the release after stable branch creation. Change-Id: I484bcb8aaa78548ddf2ef9063f689d533b1c692c Signed-off-by: Sean McGinnis --- releasenotes/source/stein.rst | 2 ++ releasenotes/source/unreleased.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/releasenotes/source/stein.rst b/releasenotes/source/stein.rst index efaceb667be..d88a0084911 100644 --- a/releasenotes/source/stein.rst +++ b/releasenotes/source/stein.rst @@ -4,3 +4,5 @@ .. release-notes:: :branch: stable/stein + :ignore-notes: + multiple_clone-82bd7f80ae439080.yaml diff --git a/releasenotes/source/unreleased.rst b/releasenotes/source/unreleased.rst index c51b3a74126..6beed5ebd8f 100644 --- a/releasenotes/source/unreleased.rst +++ b/releasenotes/source/unreleased.rst @@ -4,4 +4,4 @@ .. release-notes:: :ignore-notes: - multiple_clone-82bd7f80ae439080.yaml + msa-multiattach-5407eb60093de8f1.yaml