From 8d8e43750e801b5c7abc2eadcba9f056635d7fdb Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Thu, 12 Aug 2021 12:43:39 +0100 Subject: [docs][reno] Update reno to include template The template for release notes wasn't conforming to the expected headings. A template was added to the config. To generate a new note (from the base directory in the repo), use:: reno --rel-notes-dir docs/release/release-notes/ new slug-goes-here The release notes are also included as part of the docs build, and the existing releases notes have been renamed accordingly. Signed-off-by: Emma Foley Change-Id: I05d1950b37f266bb6eb3515b3660665cfd5c1d8b --- docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml') diff --git a/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml b/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml index 4dbf2e88..c0e8c7e9 100644 --- a/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml +++ b/docs/release/release-notes/notes/add-reno-12eb20e3448b663b.yaml @@ -1,4 +1,7 @@ --- +documentation: + - | + Release notes are now automatically generated and included in the documentation using `reno `_. other: - | - Add reno and corresponding tox jobs to make compiling release notes easier + Add `reno `_ and corresponding tox jobs to make compiling release notes easier -- cgit 1.2.3-korg