You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-29 23:07:42 +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:
@@ -125,10 +125,10 @@ goreleaser build --help
|
||||
|
||||
### Release Flags
|
||||
|
||||
Use the `--skip-publish` flag to skip publishing:
|
||||
Use the `--skip=publish` flag to skip publishing:
|
||||
|
||||
```sh
|
||||
goreleaser release --skip-publish
|
||||
goreleaser release --skip=publish
|
||||
```
|
||||
|
||||
You can check the other options by running:
|
||||
|
||||
Reference in New Issue
Block a user