Skip to content

Commit

Permalink
Add schema for JReleaser 1.7.0 (SchemaStore#3037)
Browse files Browse the repository at this point in the history
* Add schema for JReleaser 1.7.0

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

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

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Javier Matias-Cabrera committed Jul 19, 2023
1 parent e2f9e10 commit 3609857
Show file tree
Hide file tree
Showing 3 changed files with 8,238 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2105,8 +2105,9 @@
"name": "JReleaser",
"description": "JSON schema for JReleaser config file",
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
"url": "https://json.schemastore.org/jreleaser-1.6.0.json",
"url": "https://json.schemastore.org/jreleaser-1.7.0.json",
"versions": {
"1.7.0": "https://json.schemastore.org/jreleaser-1.7.0.json",
"1.6.0": "https://json.schemastore.org/jreleaser-1.6.0.json"
}
},
Expand Down
Loading

0 comments on commit 3609857

Please sign in to comment.