From 7a6f7cfae9929bba8b96fa8d96629094adfbd98a Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 18 May 2016 23:35:03 -0400 Subject: [PATCH] Add link to published release notes in readme One of the things missing from the README was a link to the release notes. We used to have this when the changelog was manually curated in the readme, but since we switched to an autogenerated short log and reno the readme page doesn't contain any release info itself. This commit adds the links to point people to where these docs live. Change-Id: Ie8494a9eec5ee2a2ff0ffdb417fbee119e77f047 --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 22771f9..068977b 100644 --- a/README.rst +++ b/README.rst @@ -116,3 +116,8 @@ along with any options that you would normally use to either specify a config file or the DB connection info. Running this command will print to stdout the subunit v2 stream for the run specified by $RUN_ID, unless the --out_path argument is specified to write it to a file instead. + +ChangeLog +========= + +To see the release notes go here: `http://docs.openstack.org/releasenotes/subunit2sql/ `_