Skip to content

Commit

Permalink
Add schema for JReleaser configuration files (#2793) (#2939)
Browse files Browse the repository at this point in the history
* Add schema for JReleaser configuration files (#2793)

Signed-off-by: Andres Almiray <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Andres Almiray <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
aalmiray and pre-commit-ci[bot] authored May 1, 2023
1 parent d9a0382 commit e7de435
Show file tree
Hide file tree
Showing 3 changed files with 8,146 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,15 @@
"description": "JSON Schema for Jovo language Models (https://www.jovo.tech/docs/model)",
"url": "https://json.schemastore.org/jovo-language-model.json"
},
{
"name": "JReleaser",
"description": "JSON schema for JReleaser config file",
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
"url": "https://json.schemastore.org/jreleaser-1.6.0.json",
"versions": {
"1.6.0": "https://json.schemastore.org/jreleaser-1.6.0.json"
}
},
{
"name": ".jsbeautifyrc",
"description": "js-beautify configuration file",
Expand Down
Loading

0 comments on commit e7de435

Please sign in to comment.