Skip to content

Commit 4983a48

Browse files
authored
add build-changelog (SchemaStore#4656)
1 parent 777f075 commit 4983a48

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/api/json/catalog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,16 @@
879879
"fileMatch": ["bsconfig.json"],
880880
"url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json"
881881
},
882+
{
883+
"name": "build-changelog",
884+
"description": "Changelog files for build-changelog action",
885+
"fileMatch": [
886+
"**/build-changelog/*.yml",
887+
"**/build-changelog/*.yaml",
888+
"**/build-changelog/*.toml"
889+
],
890+
"url": "https://raw.githubusercontent.com/jelmore1674/build-changelog/refs/tags/v1/schemas/changlelog.json"
891+
},
882892
{
883893
"name": "Build Info",
884894
"description": "Build Info is the metadata of a build. It includes all the details about the build broken down into segments that include version history, artifacts, project modules, dependencies, and everything that was required to create the build",

0 commit comments

Comments
 (0)