1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00

chore: schema updates

This commit is contained in:
Carlos Alexandro Becker 2023-06-25 05:34:03 +00:00
parent 4c96bf5ecd
commit 72119e4d83
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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

@ -1754,6 +1754,9 @@
},
"type": "array"
},
"umask": {
"type": "integer"
},
"replaces": {
"items": {
"type": "string"
@ -2044,6 +2047,9 @@
},
"type": "array"
},
"umask": {
"type": "integer"
},
"replaces": {
"items": {
"type": "string"
@ -3729,6 +3735,9 @@
"license_url": {
"type": "string"
},
"release_notes": {
"type": "string"
},
"release_notes_url": {
"type": "string"
}