1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +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-18 14:02:31 +00:00
parent 498931561d
commit ca1657c2ec
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ goreleaser release [flags]
-f, --config string Load configuration from file
--fail-fast Whether to abort the release publishing on the first error
-h, --help help for release
--id stringArray Builds only the specified build ids (implies --skip-publish) (Pro only)
-k, --key string GoReleaser Pro license key [$GORELEASER_KEY] (Pro only)
--nightly Generate a nightly build, publishing artifacts that support it (implies --skip-announce and --skip-validate) (Pro only)
-p, --parallelism int Amount tasks to run concurrently (default: number of CPUs)
@ -24,6 +25,7 @@ goreleaser release [flags]
--release-header-tmpl string Load custom release notes header from a templated markdown file (overrides --release-header)
--release-notes string Load custom release notes from a markdown file (will skip GoReleaser changelog generation)
--release-notes-tmpl string Load custom release notes from a templated markdown file (overrides --release-notes)
--single-target Builds only for current GOOS and GOARCH, regardless of what's set in the configuration file (implies --skip-publish) (Pro only)
--skip-after Skips global after hooks (Pro only)
--skip-announce Skips announcing releases (implies --skip-validate)
--skip-before Skips global before hooks

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

@ -649,7 +649,7 @@
"package_source_url": {
"type": "string"
},
"authoers": {
"owners": {
"type": "string"
},
"title": {