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:
parent
498931561d
commit
ca1657c2ec
@ -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
2
www/docs/static/schema-pro.json
generated
vendored
@ -649,7 +649,7 @@
|
||||
"package_source_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"authoers": {
|
||||
"owners": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
|
Loading…
Reference in New Issue
Block a user