diff --git a/www/content/quick-start.md b/www/content/quick-start.md index 0573c7d21..1e5eff3e1 100644 --- a/www/content/quick-start.md +++ b/www/content/quick-start.md @@ -97,3 +97,24 @@ The release should look like this: + +## Dry run + +If you want to test everything before doing a release "for real", you can +use the `--skip-publish` flag, which will only build and package things: + +```console +$ goreleaser release --skip-publish +``` + +You can check the other options by running: + +```console +$ goreleaser --help +``` + +and + +```console +$ goreleaser release --help +```