goreleaser¶
Deliver Go binaries as fast and easily as possible
Synopsis¶
GoReleaser is a release automation tool for Go projects. Its goal is to simplify the build, release and publish steps while providing variant customization options for all steps.
GoReleaser is built for CI tools, you only need to download and execute it in your build script. Of course, you can also install it locally if you wish.
You can customize your entire release process through a single .goreleaser.yaml file.
Check out our website for more information, examples and documentation: https://goreleaser.com
Options¶
--debug Enable verbose mode (deprecated)
-h, --help help for goreleaser
--verbose Enable verbose mode
See also¶
- goreleaser announce - Announces a previously prepared release
- goreleaser build - Builds the current project
- goreleaser changelog - Preview your changelog
- goreleaser check - Checks if configuration is valid
- goreleaser completion - Generate the autocompletion script for the specified shell
- goreleaser continue - Continues a previously prepared release
- goreleaser healthcheck - Checks if needed tools are installed
- goreleaser init - Generates a .goreleaser.yaml file
- goreleaser jsonschema - outputs goreleaser's JSON schema
- goreleaser publish - Publishes a previously prepared release
- goreleaser release - Releases the current project