From e9194b99ecf7763fa8e6fdff4fb0b53419cbf8a0 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Fri, 20 Jan 2017 14:23:24 +0100 Subject: [PATCH] Start using reno for release notes This commit starts using reno for tracking release notes and documentation on the python-tempestconf project. Change-Id: I26de978d4db7b6e67451be56dbf007a7918b4a7a --- doc/source/conf.py | 2 +- releasenotes/notes/start-using-reno-68d4822192825827.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/start-using-reno-68d4822192825827.yaml diff --git a/doc/source/conf.py b/doc/source/conf.py index ce0b1741..9b7a8af8 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,7 +68,7 @@ latex_documents = [ ('index', '%s.tex' % project, u'%s Documentation' % project, - u'OpenStack Foundation', 'manual'), + u'Red Hat, Inc.', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library. diff --git a/releasenotes/notes/start-using-reno-68d4822192825827.yaml b/releasenotes/notes/start-using-reno-68d4822192825827.yaml new file mode 100644 index 00000000..fde4bb25 --- /dev/null +++ b/releasenotes/notes/start-using-reno-68d4822192825827.yaml @@ -0,0 +1,3 @@ +--- +other: +- Start using reno for managing release notes.