1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +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

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"
}