summaryrefslogtreecommitdiff
path: root/releasenotes/config.yaml
blob: 9752521405fdcfbd33843cedeb5edfd247e1e4e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
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]
  - [security, Security Notes]
  - [other, Other Notes]