From 2a01d67152b3ea19d72616f646a262a0df258b56 Mon Sep 17 00:00:00 2001 From: liusheng Date: Tue, 24 Nov 2015 11:15:05 +0800 Subject: [PATCH] Move the content of ReleaseNotes to README.rst For now, we have added reno for release notes management, and a folder "releasenotes" was added in aodh. Because there is a file named "ReleaseNotes" to provide release note location and aodh home, it will broken some git operations in case insensitive OS (e.g. Windows). This change simply move the content of ReleaseNotes to README.rst to avoid the problem. Change-Id: I30ea4a5d8cb4450ca76ec5e834ccf07cd996de77 --- README.rst | 7 ++++++- ReleaseNotes | 11 ----------- 2 files changed, 6 insertions(+), 12 deletions(-) delete mode 100644 ReleaseNotes diff --git a/README.rst b/README.rst index 6bda1e015..7e590972a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,11 @@ aodh ==== -See the ReleaseNotes document and the project home for more info. +Release notes can be read online at: + http://docs.openstack.org/developer/aodh/releasenotes/index.html +Documentation for the project can be found at: + http://docs.openstack.org/developer/aodh/ + +The project home is at: http://launchpad.net/aodh diff --git a/ReleaseNotes b/ReleaseNotes deleted file mode 100644 index 4475952d1..000000000 --- a/ReleaseNotes +++ /dev/null @@ -1,11 +0,0 @@ -Release notes are maintained in rst format in - doc/source/releasenotes/ -they can be read online at - http://docs.openstack.org/developer/aodh/releasenotes/index.html - -Documentation for the project can be found at: - http://docs.openstack.org/developer/aodh/ - -The project home is at: - http://launchpad.net/aodh -