From c902e1a3ff62768d96196483fe140af45415ddd8 Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Mon, 17 Sep 2018 09:38:04 -0500 Subject: [PATCH] [Doc] Release Notes Management Baseline changes to comply with Release Notes Management based in Reno [0]: * Use build-openstack-releasenotes job for release notes (We can't use the OpenStack releasenotes template as it includes publish jobs, stx needs its own) * Add newnote tox environment as convenience for creating new release notes, re-using the releasenotes venv. * Remove the unused 'true' tox environment if it exists. [0] https://docs.openstack.org/reno/latest/ Story: 2003101 Task: 26514 Change-Id: I7fda1f84d336940dc8851eb053d451981e36bf4d Signed-off-by: Abraham Arce --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c0e646d28..5dd5b36d4 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ sdist # Sphinx documentation doc/build/ + +# Release Notes documentation +releasenotes/build