From 4965609ca9796811110e24eb76b330d816e9cd46 Mon Sep 17 00:00:00 2001 From: Boxiang Zhu Date: Mon, 6 Mar 2023 15:33:56 +0800 Subject: [PATCH] docs: Remove invalid README.rst The README.rst for releasenotes is wrong and invalid. So remove it. Change-Id: Ic9b9c622d2dcf268ac1a366719e52c9169c30c82 --- releasenotes/README.rst | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 releasenotes/README.rst diff --git a/releasenotes/README.rst b/releasenotes/README.rst deleted file mode 100644 index deb3b8b7..00000000 --- a/releasenotes/README.rst +++ /dev/null @@ -1,15 +0,0 @@ -============= -Release notes -============= - -The release notes for a patch should be included in the -patch. The intended audience for release notes include -deployers, administrators and end-users. - -A release note is required if the patch has upgrade or API -impact. It is also required if the patch adds a feature or -fixes a long-standing or security bug. - -Please see -https://docs.openstack.org/cinder/latest/contributor/releasenotes.html -for more details.