1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: update continue --dist docs

closes #4551

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-01-21 22:16:05 -03:00
parent 1d44832f6b
commit 2489da3a96
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,10 @@ finally, announce it to your users.
Environment variables will be re-evaluated here, so make sure they are
available to the announce command as well.
On the other hand, the GoReleaser configuration file will not be parsed again,
which means you might need to specify the dist folder path if it is different
than the default.
!!! success "GoReleaser Pro"
This subcommand is a [GoReleaser Pro feature](https://goreleaser.com/pro/).

View File

@ -11,3 +11,9 @@ dist: another-folder-that-is-not-dist
```
More often than not, you won't need to change this.
!!! warning
If you change this value, and use
[`goreleaser continue`](/cmd/goreleaser_continue/),
you'll need to specify `--dist` when running it.