From f279da439982ff85f825fc11778855b982c287a4 Mon Sep 17 00:00:00 2001
From: OpenStack Release Bot <infra-root@openstack.org>
Date: Thu, 3 Mar 2022 10:51:08 +0000
Subject: [PATCH] Update master for stable/yoga

Add file to the reno documentation build to show release notes for
stable/yoga.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/yoga.

Sem-Ver: feature
Change-Id: Ib5c80a3ee3ccba3cbc2ddca42edf0b4b80bea98e
---
 releasenotes/source/index.rst | 1 +
 releasenotes/source/yoga.rst  | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 releasenotes/source/yoga.rst

diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst
index 5894979..13c0797 100644
--- a/releasenotes/source/index.rst
+++ b/releasenotes/source/index.rst
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   yoga
    xena
    wallaby
    victoria
diff --git a/releasenotes/source/yoga.rst b/releasenotes/source/yoga.rst
new file mode 100644
index 0000000..7cd5e90
--- /dev/null
+++ b/releasenotes/source/yoga.rst
@@ -0,0 +1,6 @@
+=========================
+Yoga Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/yoga
-- 
GitLab