Use reno for release notes 30/12330/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 20 Aug 2018 16:55:54 +0000 (12:55 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 20 Aug 2018 17:54:41 +0000 (13:54 -0400)
Change-Id: Iadb0ca93a6f1f6a56c948b42bd257040547fffcc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.gitignore
docs/conf.yaml
docs/index.rst
docs/release-notes.rst [new file with mode: 0644]
reno.yaml [new file with mode: 0644]
requirements-docs.txt

index 9785028..2149979 100644 (file)
@@ -32,3 +32,7 @@ MANIFEST
 # PBR
 AUTHORS
 ChangeLog
+
+# Reno
+RELEASENOTES.rst
+reno.cache
index 69effac..939dc15 100644 (file)
@@ -2,6 +2,7 @@
 project: lftools
 project_cfg: lfdocs
 extensions:
+  - reno.sphinxext
   - sphinx.ext.autodoc
   - sphinx.ext.doctest
   - sphinx.ext.intersphinx
index fd650eb..0ffbd58 100644 (file)
@@ -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 (file)
index 0000000..ec77acc
--- /dev/null
@@ -0,0 +1 @@
+.. release-notes:: Release Notes
diff --git a/reno.yaml b/reno.yaml
new file mode 100644 (file)
index 0000000..3ed08de
--- /dev/null
+++ b/reno.yaml
@@ -0,0 +1 @@
+release_tag_re: ((?:[v\d.ab]|rc)+)
index f4fabc9..2bd1e0e 100644 (file)
@@ -1,3 +1,4 @@
 -r requirements.txt
 lfdocs-conf
+reno~=2.9.2
 sphinxcontrib-programoutput