github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/www/docs/cmd/goreleaser.md (about) 1 # goreleaser 2 3 Deliver Go binaries as fast and easily as possible 4 5 ## Synopsis 6 7 GoReleaser is a release automation tool for Go projects. 8 Its goal is to simplify the build, release and publish steps while providing 9 variant customization options for all steps. 10 11 GoReleaser is built for CI tools, you only need to download and execute it 12 in your build script. Of course, you can also install it locally if you wish. 13 14 You can also customize your entire release process through a 15 single .goreleaser.yml file. 16 17 18 ## Options 19 20 ``` 21 --debug Enable debug mode 22 -h, --help help for goreleaser 23 ``` 24 25 ## See also 26 27 * [goreleaser build](/cmd/goreleaser_build/) - Builds the current project 28 * [goreleaser check](/cmd/goreleaser_check/) - Checks if configuration is valid 29 * [goreleaser completion](/cmd/goreleaser_completion/) - generate the autocompletion script for the specified shell 30 * [goreleaser init](/cmd/goreleaser_init/) - Generates a .goreleaser.yml file 31 * [goreleaser release](/cmd/goreleaser_release/) - Releases the current project 32