2022-05-09 21:46:38 -03:00
|
|
|
# goreleaser changelog
|
|
|
|
|
|
|
|
Preview your changelog
|
|
|
|
|
|
|
|
## Synopsis
|
|
|
|
|
|
|
|
The `goreleaser changelog` command can be used to preview your next release changelog.
|
|
|
|
|
|
|
|
It'll get the changes from the latest tag to the current commit, and print them to standard output or to a file.
|
|
|
|
|
|
|
|
You can also use this command to test the `changelog` configuration in your `.goreleaser.yml` file.
|
|
|
|
|
|
|
|
This command skips all validations and does not publish anything.
|
|
|
|
|
|
|
|
!!! success "GoReleaser Pro"
|
2022-10-12 01:04:51 -03:00
|
|
|
This subcommand is a [GoReleaser Pro feature](https://goreleaser.com/pro/).
|
2022-05-09 21:46:38 -03:00
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
goreleaser changelog
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-f, --config string Load configuration from file
|
|
|
|
-h, --help help for changelog
|
|
|
|
-o, --output string File to save the changelog to, if empty prints it to STDOUT
|
|
|
|
--timeout duration Timeout to the entire build process (default 1m0s)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
2023-05-28 02:20:48 +00:00
|
|
|
--debug Enable verbose mode (deprecated)
|
|
|
|
--verbose Enable verbose mode
|
2022-05-09 21:46:38 -03:00
|
|
|
```
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
|
|
|
* [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible
|
|
|
|
|