1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +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:
ixje 2023-11-29 13:31:53 +01:00 committed by GitHub
parent d2c0e4c6ad
commit 149b178094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: