github.com/goreleaser/goreleaser@v1.25.1/www/docs/cmd/goreleaser_changelog.md (about) 1 # goreleaser changelog 2 3 Preview your changelog 4 5 ## Synopsis 6 7 The `goreleaser changelog` command can be used to preview your next release changelog. 8 9 It'll get the changes from the latest tag to the current commit, and print them to standard output or to a file. 10 11 You can also use this command to test the `changelog` configuration in your `.goreleaser.yml` file. 12 13 This command skips all validations and does not publish anything. 14 15 !!! success "GoReleaser Pro" 16 This subcommand is a [GoReleaser Pro feature](https://goreleaser.com/pro/). 17 18 19 ``` 20 goreleaser changelog 21 ``` 22 23 ## Options 24 25 ``` 26 -f, --config string Load configuration from file 27 -h, --help help for changelog 28 -o, --output string File to save the changelog to, if empty prints it to STDOUT 29 --timeout duration Timeout to the entire build process (default 1m0s) 30 ``` 31 32 ## Options inherited from parent commands 33 34 ``` 35 --debug Enable verbose mode (deprecated) 36 --verbose Enable verbose mode 37 ``` 38 39 ## See also 40 41 * [goreleaser](/cmd/goreleaser/) - Deliver Go binaries as fast and easily as possible 42