Skip to content

Commit

Permalink
docs: update deprecated --skip-publish release flag (#4449)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ixje committed Nov 29, 2023
1 parent d2c0e4c commit 149b178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/docs/quick-start.md
Expand Up @@ -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:
Expand Down

0 comments on commit 149b178

Please sign in to comment.