github.com/goreleaser/goreleaser@v1.25.1/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 variant customization options for all steps.
     9  
    10  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.
    11  
    12  You can customize your entire release process through a single .goreleaser.yaml file.
    13  
    14  Check out our website for more information, examples and documentation: https://goreleaser.com
    15  
    16  
    17  ## Options
    18  
    19  ```
    20        --debug     Enable verbose mode (deprecated)
    21    -h, --help      help for goreleaser
    22        --verbose   Enable verbose mode
    23  ```
    24  
    25  ## See also
    26  
    27  * [goreleaser announce](/cmd/goreleaser_announce/)	 - Announces a previously prepared release
    28  * [goreleaser build](/cmd/goreleaser_build/)	 - Builds the current project
    29  * [goreleaser changelog](/cmd/goreleaser_changelog/)	 - Preview your changelog
    30  * [goreleaser check](/cmd/goreleaser_check/)	 - Checks if configuration is valid
    31  * [goreleaser completion](/cmd/goreleaser_completion/)	 - Generate the autocompletion script for the specified shell
    32  * [goreleaser continue](/cmd/goreleaser_continue/)	 - Continues a previously prepared release
    33  * [goreleaser healthcheck](/cmd/goreleaser_healthcheck/)	 - Checks if needed tools are installed
    34  * [goreleaser init](/cmd/goreleaser_init/)	 - Generates a .goreleaser.yaml file
    35  * [goreleaser jsonschema](/cmd/goreleaser_jsonschema/)	 - outputs goreleaser's JSON schema
    36  * [goreleaser publish](/cmd/goreleaser_publish/)	 - Publishes a previously prepared release
    37  * [goreleaser release](/cmd/goreleaser_release/)	 - Releases the current project
    38  * [goreleaser verify-license](/cmd/goreleaser_verify-license/)	 - Verify if the given license is valid
    39