doc: Add schema to proclamation config, mark some sections as sort-by-prefix.

This feature requires proclamation 1.1.0 or newer.
This commit is contained in:
Ryan Pavlik 2020-08-05 14:12:32 -05:00 committed by Jakob Bornecrantz
parent fb9ebe8b88
commit 9a398b7de5

View file

@ -1,4 +1,5 @@
{
"$schema": "https://ryanpavlik.gitlab.io/proclamation/proclamation.schema.json",
"#": "This is a config file for Proclamation, the changelog combiner: https://gitlab.com/ryanpavlik/proclamation",
"SPDX-License-Identifier: CC0-1.0": "",
"SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Proclamation contributors": "",
@ -13,10 +14,12 @@
"directory": "xrt"
},
"State Trackers": {
"directory": "state_trackers"
"directory": "state_trackers",
"sort_by_prefix": true
},
"Drivers": {
"directory": "drivers"
"directory": "drivers",
"sort_by_prefix": true
},
"IPC": {
"directory": "ipc"
@ -25,7 +28,8 @@
"directory": "compositor"
},
"Helper Libraries": {
"directory": "auxiliary"
"directory": "auxiliary",
"sort_by_prefix": true
},
"Misc. Features": {
"directory": "misc_features"