-
Notifications
You must be signed in to change notification settings - Fork 247
/
.proclamation.json
47 lines (47 loc) · 1.54 KB
/
.proclamation.json
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
{
"#": "This is a config file for proclamation, the changelog combiner: https://gitlab.com/proclamation/proclamation",
"$schema": "https://proclamation.gitlab.io/proclamation/proclamation.schema.json",
"projects": [
{
"project_name": "OpenXR SDK",
"news_filename": "CHANGELOG.SDK.md",
"template": "changes/template.md",
"sections": {
"Registry": {
"directory": "changes/registry",
"sort_by_prefix": true
},
"SDK": {
"directory": "changes/sdk",
"sort_by_prefix": true
}
}
},
{
"project_name": "OpenXR Specification",
"news_filename": "CHANGELOG.Docs.md",
"template": "changes/template.md",
"sections": {
"Registry": {
"directory": "changes/registry",
"sort_by_prefix": true
},
"Specification": {
"directory": "changes/specification",
"sort_by_prefix": true
}
}
},
{
"project_name": "OpenXR CTS",
"news_filename": "CHANGELOG.CTS.md",
"template": "changes/template.md",
"sections": {
"Conformance Tests": {
"directory": "changes/conformance",
"sort_by_prefix": true
}
}
}
]
}