]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Modify sections used in release notes
authorStephen Finucane <stephen@that.guru>
Sun, 10 Dec 2017 17:30:32 +0000 (17:30 +0000)
committerStephen Finucane <stephen@that.guru>
Tue, 9 Jan 2018 23:45:52 +0000 (23:45 +0000)
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

index 1fb8a5b4acd02986ccb3f50afa3a763cf9cc4b47..cd319406d3cbd7fc68e66593292fd41d244697fc 100644 (file)
@@ -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]