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