We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9828892 commit 615f847Copy full SHA for 615f847
src/api/json/catalog.json
@@ -2,6 +2,17 @@
2
"$schema": "https://json.schemastore.org/schema-catalog.json",
3
"version": 1,
4
"schemas": [
5
+ {
6
+ "name": "release-hub.json",
7
+ "description": "Configuration file for Release Hub",
8
+ "fileMatch": [
9
+ ".release-hub.json",
10
+ ".release-hub.config.json",
11
+ "release-hub.json",
12
+ "release-hub.config.json"
13
+ ],
14
+ "url": "https://raw.githubusercontent.com/teneplaysofficial/release-hub/main/schema/release-hub.schema.json"
15
+ },
16
{
17
"name": "Bacon config",
18
"description": "Bacon configuration file",
0 commit comments