2022-10-12 00:12:42 -03:00
# goreleaser continue
Continues a previously prepared release
## Synopsis
If you have a previously prepared release (run with `goreleaser release --prepare` or `goreleaser release --split` ), you can use this command to continue it.
Environment variables will be re-evaluated here, so make sure they are
available to the continue command as well.
!!! success "GoReleaser Pro"
2022-10-12 01:01:24 -03:00
This subcommand is a [GoReleaser Pro feature ](https://goreleaser.com/pro/ ).
2022-10-12 00:12:42 -03:00
```
goreleaser continue [flags]
```
## Options
```
-d, --dist string dist folder to continue (default "./dist")
-h, --help help for continue
-k, --key string GoReleaser Pro license key [$GORELEASER_KEY]
--merge Merges multiple parts of a --split release
-p, --parallelism int Amount tasks to run concurrently (default: number of CPUs)
2023-09-17 03:00:02 +00:00
--skip strings Skip the given options (valid options are: after)
2022-10-12 00:12:42 -03:00
--timeout duration Timeout to the entire continue process (default 30m0s)
```
## Options inherited from parent commands
```
2023-05-28 02:20:48 +00:00
--debug Enable verbose mode (deprecated)
--verbose Enable verbose mode
2022-10-12 00:12:42 -03:00
```
## See also
* [goreleaser ](/cmd/goreleaser/ ) - Deliver Go binaries as fast and easily as possible