diff options
author | OpenStack Release Bot <infra-root@openstack.org> | 2022-09-23 08:39:25 +0000 |
---|---|---|
committer | OpenStack Release Bot <infra-root@openstack.org> | 2022-09-23 08:39:25 +0000 |
commit | 2e4f287b77a1a5d2321ccaa83b33e885447aefc0 (patch) | |
tree | c395ed0b3819d45f065a26f4f47cb0110a758e74 /releasenotes | |
parent | fa2c3aa58ca98bca6eacf6eb8c66f5fdca8bc8f5 (diff) | |
download | ironic-2e4f287b77a1a5d2321ccaa83b33e885447aefc0.tar.gz |
Update master for stable/zed
Add file to the reno documentation build to show release notes for
stable/zed.
Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/zed.
Sem-Ver: feature
Change-Id: Iaf4d6982a78509af2ba5de44916a6e17d684e786
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/source/index.rst | 1 | ||||
-rw-r--r-- | releasenotes/source/zed.rst | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 8e7c63864..107450a67 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + zed yoga xena wallaby diff --git a/releasenotes/source/zed.rst b/releasenotes/source/zed.rst new file mode 100644 index 000000000..9608c05e4 --- /dev/null +++ b/releasenotes/source/zed.rst @@ -0,0 +1,6 @@ +======================== +Zed Series Release Notes +======================== + +.. release-notes:: + :branch: stable/zed |