From a8ca37c5234778baa9fef152e496186b9ac1c41c Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 24 Sep 2015 11:51:50 -0400 Subject: [PATCH] Switch to using autogenerated ChangeLog in docs This commit switches the docs to use the PBR generated ChangeLog instead of a hand curated release notes section. This is a lot less error prone and instantaneous as compared to our current method which often leaves the release notes section stale for months at a time. Change-Id: Iff6586fc0113fd8292967a536d5bd37cb46ec29d --- README.rst | 15 --------------- doc/source/history.rst | 1 + doc/source/index.rst | 1 + 3 files changed, 2 insertions(+), 15 deletions(-) create mode 100644 doc/source/history.rst diff --git a/README.rst b/README.rst index 87dc74c..21f2842 100644 --- a/README.rst +++ b/README.rst @@ -17,18 +17,3 @@ Features * subunit-trace: an output filter for a subunit stream which provides useful information about the run * subunit2html: generates a test results html page from a subunit stream - -Release Notes -============= - -0.2.0 ------ - * Adds support for comments in a blacklist file and printing comments for each - exclude - * Several bugfixes for subunit-trace - * Switched subunit-trace behavior to disable printing percent change - in run time by default and make it optional - -0.1.0 ------ - * First release which includes: ostestr, subunit-trace, and subunit2html diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 0000000..69ed4fe --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1 @@ +.. include:: ../../ChangeLog diff --git a/doc/source/index.rst b/doc/source/index.rst index 448d655..f1579dc 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,6 +16,7 @@ Contents: usage contributing todo + history Indices and tables ==================