Skip to content

Commit b832c2c

Browse files
authored
update gitversion schema to 6.5 (SchemaStore#5104)
1 parent 615f847 commit b832c2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/api/json/catalog.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2677,7 +2677,8 @@
26772677
"6.1": "https://gitversion.net/schemas/6.1/GitVersion.configuration.json",
26782678
"6.2": "https://gitversion.net/schemas/6.2/GitVersion.configuration.json",
26792679
"6.3": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
2680-
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json"
2680+
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
2681+
"6.5": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json"
26812682
}
26822683
},
26832684
{

src/schemas/json/gitversion.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$ref": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
3+
"$ref": "https://gitversion.net/schemas/6.5/GitVersion.configuration.json",
44
"title": "GitVersion configuration schema"
55
}

0 commit comments

Comments
 (0)