Skip to content

Commit 043fa11

Browse files
committed
Update schema store
1 parent 3874bc4 commit 043fa11

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$schema":"http://json-schema.org/draft-07/schema","additionalProperties":false,"definitions":{"branch-object":{"type":"object","additionalProperties":false,"required":["name","prerelease"],"properties":{"name":{"type":"string"},"channel":{"type":"string"},"range":{"type":"string"},"prerelease":{"type":"string"}}}},"$id":"https://json.schemastore.org/semantic-release.json","properties":{"extends":{"oneOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"branches":{"oneOf":[{"type":"string"},{"$ref":"#/definitions/branch-object"},{"type":"array","items":{"anyOf":[{"type":"string"},{"$ref":"#/definitions/branch-object"}]}}],"default":["+([0-9])?(.{+([0-9]),x}).x","master","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"repositoryUrl":{"type":"string"},"tagFormat":{"type":"string","default":"v${version}"},"plugins":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"array"}]},"default":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/npm","@semantic-release/github"]},"dryRun":{"type":"boolean"},"ci":{"type":"boolean","default":true}},"title":"Semantic Release Schema","type":"object"}
1+
{"$schema":"http://json-schema.org/draft-07/schema","additionalProperties":false,"definitions":{"branch-object":{"type":"object","additionalProperties":false,"required":["name"],"properties":{"name":{"type":"string"},"channel":{"type":"string"},"range":{"type":"string"},"prerelease":{"oneOf":[{"type":"boolean"},{"type":"string"}]}}}},"$id":"https://json.schemastore.org/semantic-release.json","properties":{"extends":{"oneOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"branches":{"oneOf":[{"type":"string"},{"$ref":"#/definitions/branch-object"},{"type":"array","items":{"anyOf":[{"type":"string"},{"$ref":"#/definitions/branch-object"}]}}],"default":["+([0-9])?(.{+([0-9]),x}).x","master","next","next-major",{"name":"beta","prerelease":true},{"name":"alpha","prerelease":true}]},"repositoryUrl":{"type":"string"},"tagFormat":{"type":"string","default":"v${version}"},"plugins":{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"array"}]},"default":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/npm","@semantic-release/github"]},"dryRun":{"type":"boolean"},"ci":{"type":"boolean","default":true}},"title":"semantic-release Schema","type":"object"}

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1655686968363}
1+
{"timestamp":1655773343150}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,9 +2428,14 @@
24282428
"url": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json"
24292429
},
24302430
{
2431-
"name": "Semantic Release",
2432-
"description": "Schema for Semantic Seleases, a project for automated versioning and releases",
2433-
"fileMatch": [".releaserc.yaml", ".releaserc.yml", ".releaserc.json"],
2431+
"name": "semantic-release",
2432+
"description": "Configuration for semantic-release",
2433+
"fileMatch": [
2434+
".releaserc",
2435+
".releaserc.yaml",
2436+
".releaserc.yml",
2437+
".releaserc.json"
2438+
],
24342439
"url": "https://json.schemastore.org/semantic-release.json"
24352440
},
24362441
{

0 commit comments

Comments
 (0)