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

docs: schema update

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-08-27 17:38:23 -03:00
parent d3d338d34d
commit d853ee2db7
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,6 @@
package testlib
import (
"testing"
)
import "testing"
func TestGit(t *testing.T) {
TestMkTemp(t)

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

@ -2531,6 +2531,12 @@
},
"prefix_template": {
"type": "string"
},
"files": {
"items": {
"$ref": "#/$defs/File"
},
"type": "array"
}
},
"additionalProperties": false,