1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

chore: bump schema

This commit is contained in:
Carlos A Becker 2021-11-13 22:32:22 -03:00
parent 6528948217
commit 0d0b7aaf93
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

63
www/docs/static/schema-pro.json generated vendored
View File

@ -5,7 +5,7 @@
"definitions": {
"After": {
"properties": {
"after": {
"hooks": {
"items": {
"oneOf": [
{
@ -976,6 +976,51 @@
"additionalProperties": false,
"type": "object"
},
"Krew": {
"properties": {
"ids": {
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"type": "string"
},
"index": {
"$ref": "#/definitions/RepoRef"
},
"commit_author": {
"$ref": "#/definitions/CommitAuthor"
},
"commit_msg_template": {
"type": "string"
},
"caveats": {
"type": "string"
},
"short_description": {
"type": "string"
},
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"url_template": {
"type": "string"
},
"goarm": {
"type": "string"
},
"skip_upload": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"LinkedIn": {
"properties": {
"enabled": {
@ -1520,6 +1565,13 @@
},
"type": "array"
},
"krews": {
"items": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Krew"
},
"type": "array"
},
"scoop": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Scoop"
@ -1959,6 +2011,15 @@
},
"stdin_file": {
"type": "string"
},
"env": {
"items": {
"type": "string"
},
"type": "array"
},
"certificate": {
"type": "string"
}
},
"additionalProperties": false,