Skip to content

Commit 384d70c

Browse files
robgonnellaRob Gonnellapre-commit-ci[bot]
authored
adds releasaurus schema to the catalog (#5261)
* adds releasaurus schema to the catalog * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Rob Gonnella <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent afc2926 commit 384d70c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
],
1414
"url": "https://raw.githubusercontent.com/teneplaysofficial/release-hub/main/schema/release-hub.schema.json"
1515
},
16+
{
17+
"name": "Releasaurus Config",
18+
"description": "Configuration file for Releasaurus",
19+
"fileMatch": ["releasaurus.toml"],
20+
"url": "https://raw.githubusercontent.com/robgonnella/releasaurus/refs/heads/main/schema/schema.json"
21+
},
1622
{
1723
"name": "Bacon config",
1824
"description": "Bacon configuration file",

0 commit comments

Comments
 (0)