mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
docs: update deprecated --skip-publish
release flag (#4449)
Calling `goreleaser release --skip-publish` as according to the [dry run documentation](https://goreleaser.com/quick-start/?h=dry+run#release-flags) gives the following deprecation warning ``` • DEPRECATED: --skip-publish was deprecated in favor of --skip=publish, check https://goreleaser.com/deprecations#-skip for more details ``` This updates the documentation
This commit is contained in:
parent
d2c0e4c6ad
commit
149b178094
@ -125,10 +125,10 @@ goreleaser build --help
|
|||||||
|
|
||||||
### Release Flags
|
### Release Flags
|
||||||
|
|
||||||
Use the `--skip-publish` flag to skip publishing:
|
Use the `--skip=publish` flag to skip publishing:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
goreleaser release --skip-publish
|
goreleaser release --skip=publish
|
||||||
```
|
```
|
||||||
|
|
||||||
You can check the other options by running:
|
You can check the other options by running:
|
||||||
|
Loading…
Reference in New Issue
Block a user