From 223c67935c4b0cd89ed6222c131f9386fc567ff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 23 Oct 2020 10:06:23 +0200 Subject: [PATCH] Lint and fix renos One of the renos was causing issues due to a duplicated id. This change makes tox doc8 env lint renos and fixes the offending reno. Change-Id: Id3ae6e144b4261c97726cdec172ea9bef093de9e --- ...78209.yaml => remove-ml2-agents-config-3f7d49b1e28190fd.yaml} | 0 tox.ini | 1 + 2 files changed, 1 insertion(+) rename releasenotes/notes/{remove-ml2-agents-config-96f1f90e7d678209.yaml => remove-ml2-agents-config-3f7d49b1e28190fd.yaml} (100%) diff --git a/releasenotes/notes/remove-ml2-agents-config-96f1f90e7d678209.yaml b/releasenotes/notes/remove-ml2-agents-config-3f7d49b1e28190fd.yaml similarity index 100% rename from releasenotes/notes/remove-ml2-agents-config-96f1f90e7d678209.yaml rename to releasenotes/notes/remove-ml2-agents-config-3f7d49b1e28190fd.yaml diff --git a/tox.ini b/tox.ini index 2ee920b582..bea0a8bc55 100644 --- a/tox.ini +++ b/tox.ini @@ -108,6 +108,7 @@ exclude = .eggs,.git,.tox,doc deps = {[testenv:linters]deps} commands = doc8 doc/source + reno lint doc8 -e '.yaml' releasenotes/notes/ [testenv:bashate]