[docs][reno] Update reno to include template
[barometer.git] / docs / release / release-notes / config.yaml
1 ---
2 unreleased_version_title: 'Lakelse'
3 sections:
4   - [ features, New Features ]
5   - [ testing, Testing Notes ]
6   - [ docs, Documentation Updates ]
7   - [ containers, Container updates ]
8   - [ ansible, Ansible playbook updates ]
9   - [ build, Build script updates ]
10   - [ fixes, Normal Bug Fixes ]
11   - [ deprecations, Deprecations ]
12   - [ other, Other Notes ]
13
14 branch_name_prefix: stable/
15 #release_tag_re: opnfv-((?:v?[\d.ab]|rc)+)
16 prelude_section_name: release_summary
17 stop_at_branch_base: False
18 collapse_pre_releases: False
19 template: |
20   release_summary: >
21       Add a summary of the change here. All sections (including this one) are
22       optional, and if they are not needed, you can completely remove that section.
23       Each section is rendered separately, this mean you should assume each item
24       below is self-contained, and should not depend on info in any other section.
25       This means repetition is sometimes necessary, and this is okay.
26   features:
27     - |
28       List new features here
29   testing:
30     - |
31       List new testing notes here
32   docs:
33     - |
34       List documentation updates here
35   containers:
36     - |
37       List container updates here
38   ansible:
39     - |
40       List ansible playbook updates here
41   build:
42     - |
43       List build script updates here
44   fixes:
45     - |
46       List normal bug fixes here
47   deprecations:
48     - |
49       List deprecations here
50   other:
51     - |
52       List other notes here