diff mbox series

[1/4] Modify sections used in release notes

Message ID 20171210173035.24778-1-stephen@that.guru
State Accepted
Headers show
Series [1/4] Modify sections used in release notes | expand

Commit Message

Stephen Finucane Dec. 10, 2017, 5:30 p.m. UTC
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@that.guru>
---
 releasenotes/config.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Stephen Finucane Jan. 9, 2018, 11:50 p.m. UTC | #1
On Sun, 2017-12-10 at 17:30 +0000, Stephen Finucane wrote:
> 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@that.guru>

All four patches in this series have now been applied.

Stephen
diff mbox series

Patch

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]