2021-04-22 10:45:36 -03:00
# goreleaser
Deliver Go binaries as fast and easily as possible
2021-07-03 14:04:19 -03:00
## Synopsis
GoReleaser is a release automation tool for Go projects.
2022-04-16 15:37:42 -03:00
Its goal is to simplify the build, release and publish steps while providing variant customization options for all steps.
2021-07-03 14:04:19 -03:00
2022-04-16 15:37:42 -03:00
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.
2021-07-03 14:04:19 -03:00
2022-06-23 23:55:08 -03:00
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
2021-07-03 14:04:19 -03:00
2021-04-22 10:45:36 -03:00
## Options
```
2023-05-28 02:20:48 +00:00
-h, --help help for goreleaser
--verbose Enable verbose mode
2021-04-22 10:45:36 -03:00
```
## See also
2024-07-08 23:30:10 -03:00
* [goreleaser announce ](goreleaser_announce.md ) - Announces a previously prepared release
* [goreleaser build ](goreleaser_build.md ) - Builds the current project
* [goreleaser changelog ](goreleaser_changelog.md ) - Preview your changelog
* [goreleaser check ](goreleaser_check.md ) - Checks if configuration is valid
* [goreleaser completion ](goreleaser_completion.md ) - Generate the autocompletion script for the specified shell
* [goreleaser continue ](goreleaser_continue.md ) - Continues a previously prepared release
* [goreleaser healthcheck ](goreleaser_healthcheck.md ) - Checks if needed tools are installed
* [goreleaser init ](goreleaser_init.md ) - Generates a .goreleaser.yaml file
* [goreleaser jsonschema ](goreleaser_jsonschema.md ) - outputs goreleaser's JSON schema
* [goreleaser publish ](goreleaser_publish.md ) - Publishes a previously prepared release
* [goreleaser release ](goreleaser_release.md ) - Releases the current project
2024-07-11 21:26:19 -03:00
* [goreleaser subscribe ](goreleaser_subscribe.md ) - Subscribe to GoReleaser Pro, or manage your subscription
2024-07-08 23:30:10 -03:00
* [goreleaser verify-license ](goreleaser_verify-license.md ) - Verify if the given license is valid
2021-04-22 10:45:36 -03:00