aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Foley <efoley@redhat.com>2021-12-17 09:23:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-12-17 09:23:32 +0000
commite21e1e13a29189b024801cb344093688f772890a (patch)
treeea9b75b3e9da964c72c19a32d474a53efcd33a5a
parent7b900976b63670bf1c06263989d6d63e5257f23a (diff)
parentc74f84aa2bf0b7603aa9be6f621de7b6784c47fe (diff)
Merge "[reno] Add tox target for creating new release note"
-rw-r--r--docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml2
-rw-r--r--tox.ini5
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml b/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml
index c0e8c7e9..2456c099 100644
--- a/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml
+++ b/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml
@@ -4,4 +4,4 @@ documentation:
Release notes are now automatically generated and included in the documentation using `reno <https://docs.openstack.org/reno/latest/index.html>`_.
other:
- |
- Add `reno <https://docs.openstack.org/reno/latest/index.html#>`_ and corresponding tox jobs to make compiling release notes easier
+ Add `reno <https://docs.openstack.org/reno/latest/index.html#>`_ and corresponding tox jobs (compile notes and add new notes) to make compiling release notes easier
diff --git a/tox.ini b/tox.ini
index 94529464..6f02ca0b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,3 +22,8 @@ commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}
basepython=python3
deps = -rdocs/requirements.txt
commands = reno --rel-notes-dir docs/release/release-notes/ report
+
+[testenv:docs-create-note]
+basepython = python3
+deps = -rdocs/requirements.txt
+commands = reno --rel-notes-dir docs/release/release-notes/ new {posargs}