mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
docs: update
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
895c597864
commit
44012cc2a0
@ -28,6 +28,7 @@ goreleaser release [flags]
|
||||
--skip-before Skips global before hooks
|
||||
--skip-docker Skips Docker Images/Manifests builds
|
||||
--skip-fury Skips Fury publishing
|
||||
--skip-ko Skips Ko builds
|
||||
--skip-publish Skips publishing artifacts (implies --skip-announce)
|
||||
--skip-sbom Skips cataloging artifacts
|
||||
--skip-sign Skips signing artifacts
|
||||
|
72
www/docs/static/schema-pro.json
generated
vendored
72
www/docs/static/schema-pro.json
generated
vendored
@ -1371,6 +1371,72 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"Ko": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"build": {
|
||||
"type": "string"
|
||||
},
|
||||
"main": {
|
||||
"type": "string"
|
||||
},
|
||||
"working_dir": {
|
||||
"type": "string"
|
||||
},
|
||||
"base_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"repository": {
|
||||
"type": "string"
|
||||
},
|
||||
"platforms": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"tags": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"sbom": {
|
||||
"type": "string"
|
||||
},
|
||||
"ldflags": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"flags": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"env": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"bare": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"preserve_import_paths": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"base_import_paths": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
},
|
||||
"Krew": {
|
||||
"properties": {
|
||||
"ids": {
|
||||
@ -2043,6 +2109,12 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"kos": {
|
||||
"items": {
|
||||
"$ref": "#/$defs/Ko"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"scoop": {
|
||||
"$ref": "#/$defs/Scoop"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user