forked from opensearch-project/search-processor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdraft-release-notes-config.yml
More file actions
43 lines (41 loc) · 939 Bytes
/
Copy pathdraft-release-notes-config.yml
File metadata and controls
43 lines (41 loc) · 939 Bytes
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
# The overall template of the release notes
template: |
Compatible with OpenSearch (**set version here**).
$CHANGES
# Setting the formatting and sorting for the release notes body
name-template: Version (set version here)
change-template: '* $TITLE (#$NUMBER)'
sort-by: merged_at
sort-direction: ascending
replacers:
- search: '##'
replace: '###'
# Organizing the tagged PRs into categories
categories:
- title: 'Breaking Changes'
labels:
- 'breaking'
- title: 'Security'
labels:
- 'security fix'
- title: 'Features'
labels:
- 'feature'
- title: 'Enhancements'
labels:
- 'enhancement'
- title: 'Bug Fixes'
labels:
- 'bug'
- title: 'Infrastructure'
labels:
- 'infrastructure'
- title: 'Documentation'
labels:
- 'documentation'
- title: 'Maintenance'
labels:
- 'maintenance'
- title: 'Refactoring'
labels:
- 'refactoring'