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:
parent
1d44832f6b
commit
2489da3a96
@ -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/).
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user