1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

docs: update

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-07-17 11:56:19 +00:00
parent 8e0b9405f9
commit dbcebd00ae
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 35 additions and 0 deletions

@ -11,6 +11,7 @@ goreleaser check [configuration files] [flags]
```
-h, --help help for check
-q, --quiet Quiet mode: no output
--soft Exit 1 only if there are syntax errors (Pro only)
```
## Options inherited from parent commands

34
www/docs/static/schema-pro.json generated vendored

@ -2099,6 +2099,15 @@
},
"scripts": {
"$ref": "#/$defs/NFPMRPMScripts"
},
"prefixes": {
"items": {
"type": "string"
},
"type": "array"
},
"packager": {
"type": "string"
}
},
"additionalProperties": false,
@ -2446,6 +2455,9 @@
"report_sizes": {
"type": "boolean"
},
"metadata": {
"$ref": "#/$defs/ProjectMetadata"
},
"template_files": {
"items": {
"$ref": "#/$defs/TemplateFile"
@ -2515,6 +2527,15 @@
"additionalProperties": false,
"type": "object"
},
"ProjectMetadata": {
"properties": {
"mod_timestamp": {
"type": "string"
}
},
"additionalProperties": false,
"type": "object"
},
"Publisher": {
"properties": {
"name": {
@ -2669,6 +2690,16 @@
"prerelease": {
"type": "string"
},
"make_latest": {
"oneOf": [
{
"type": "string"
},
{
"type": "boolean"
}
]
},
"name_template": {
"type": "string"
},
@ -3562,6 +3593,9 @@
},
"hooks": {
"$ref": "#/$defs/BuildHookConfig"
},
"mod_timestamp": {
"type": "string"
}
},
"additionalProperties": false,