Add an 'api' section and remove 'security' and 'issues'. The former will
helps us group REST API related changes, while the latter are not
currently used and are unlikely to ever be used.

Signed-off-by: Stephen Finucane <step...@that.guru>
---
 releasenotes/config.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml
index 1fb8a5b4..cd319406 100644
--- a/releasenotes/config.yaml
+++ b/releasenotes/config.yaml
@@ -2,3 +2,12 @@
 earliest_version: v1.1.0
 release_tag_re: 'v\d\.\d\.\d(rc\d+)?'
 pre_release_tag_re: '(?P<pre_release>-rc(?:\d)*)$'
+sections:
+  # The prelude section is implicitly included.
+  - [features, New Features]
+  - [issues, Known Issues]
+  - [upgrade, Upgrade Notes]
+  - [deprecations, Deprecation Notes]
+  - [fixes, Bug Fixes]
+  - [api, API Changes]
+  - [other, Other Notes]
-- 
2.14.3

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to