[PATCH 1/4] Modify sections used in release notes
    Stephen Finucane 
    stephen at that.guru
       
    Mon Dec 11 04:30:32 AEDT 2017
    
    
  
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 <stephen at 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
    
    
More information about the Patchwork
mailing list