The open source OpenXR runtime
at prediction-2 20 lines 712 B view raw
1{ 2 "#": "This is a config file for Proclamation, the changelog combiner: https://gitlab.com/proclamation/proclamation", 3 "SPDX-License-Identifier: CC0-1.0": "", 4 "SPDX-FileCopyrightText: 2020 Collabora, Ltd. and the Proclamation contributors": "", 5 "$schema": "https://proclamation.gitlab.io/proclamation/proclamation.schema.json", 6 "project_name": "jnipp", 7 "base_url": "https://github.com/mitchdowd/jnipp", 8 "news_filename": "CHANGELOG.md", 9 "sections": { 10 "Changes": { 11 "directory": "changes/templates" 12 }, 13 "Fixes": { 14 "directory": "changes/misc" 15 }, 16 "Additions": { 17 "directory": "changes/script" 18 } 19 } 20}