Skip to content

Commit 5ccfb3d

Browse files
committed
chore: update
1 parent 01f6fb3 commit 5ccfb3d

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
153153
"json.schemas": [
154154
{
155155
"fileMatch": [
156-
"/docs-config.jsonc"
156+
"/taon.jsonc"
157157
],
158-
"url": "./docs-config.schema.json"
158+
"url": "./taon-config-standalone.schema.json"
159159
},
160160
{
161161
"fileMatch": [

taon-config-standalone.schema.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5379,8 +5379,11 @@
53795379
"v3",
53805380
"v4",
53815381
"v16",
5382+
"v18",
53825383
"v19",
5383-
"v20"
5384+
"v20",
5385+
"v21",
5386+
"v22"
53845387
]
53855388
},
53865389
"JsonValue": {
@@ -6287,12 +6290,24 @@
62876290
"skip": {
62886291
"type": "boolean",
62896292
"description": "skip release of this artifact"
6293+
},
6294+
"releaseType": {
6295+
"$ref": "#/definitions/ReleaseType"
62906296
}
62916297
},
62926298
"required": [
62936299
"artifactName"
62946300
],
62956301
"additionalProperties": false
6302+
},
6303+
"ReleaseType": {
6304+
"type": "string",
6305+
"enum": [
6306+
"manual",
6307+
"local",
6308+
"cloud",
6309+
"static-pages"
6310+
]
62966311
}
62976312
}
62986313
}

0 commit comments

Comments
 (0)