From: Thanh Ha Date: Mon, 20 Aug 2018 16:55:54 +0000 (-0400) Subject: Use reno for release notes X-Git-Tag: v0.16.0~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F30%2F12330%2F2;p=releng%2Flftools.git Use reno for release notes Change-Id: Iadb0ca93a6f1f6a56c948b42bd257040547fffcc Signed-off-by: Thanh Ha --- diff --git a/.gitignore b/.gitignore index 9785028e..21499799 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,7 @@ MANIFEST # PBR AUTHORS ChangeLog + +# Reno +RELEASENOTES.rst +reno.cache diff --git a/docs/conf.yaml b/docs/conf.yaml index 69effac5..939dc154 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -2,6 +2,7 @@ project: lftools project_cfg: lfdocs extensions: + - reno.sphinxext - sphinx.ext.autodoc - sphinx.ext.doctest - sphinx.ext.intersphinx diff --git a/docs/index.rst b/docs/index.rst index fd650ebe..0ffbd580 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,6 +17,7 @@ Contents: .. toctree:: :maxdepth: 2 + release-notes installation commands/index diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 00000000..ec77acc3 --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1 @@ +.. release-notes:: Release Notes diff --git a/reno.yaml b/reno.yaml new file mode 100644 index 00000000..3ed08de7 --- /dev/null +++ b/reno.yaml @@ -0,0 +1 @@ +release_tag_re: ((?:[v\d.ab]|rc)+) diff --git a/requirements-docs.txt b/requirements-docs.txt index f4fabc9c..2bd1e0e2 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -1,3 +1,4 @@ -r requirements.txt lfdocs-conf +reno~=2.9.2 sphinxcontrib-programoutput