github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/www/docs/pro.md (about)

     1  # GoReleaser Pro
     2  
     3  GoReleaser Pro is a paid, closed-source GoReleaser distribution with some additional features:
     4  
     5  - [x] Continuously release [nightly builds](/customization/nightly/);
     6  - [x] Import pre-built binaries with the [`prebuilt` builder](/customization/build/#import-pre-built-binaries);
     7  - [x] Rootless build [Docker images](/customization/docker/#podman) and [manifests](/customization/docker_manifest/#podman) with [Podman](https://podman.io);
     8  - [x] Easily create `apt` and `yum` repositories with the [fury.io integration](/customization/fury/);
     9  - [x] Reuse configuration files with the [include keyword](/customization/includes/);
    10  - [x] Run commands after the release with [global after hooks](/customization/hooks/);
    11  - [x] Use GoReleaser within your [monorepo](/customization/monorepo/);
    12  - [x] Create [custom template variables](/customization/templates/#custom-variables) (goes well with [includes](/customization/includes/)).
    13  
    14  <script src="https://gumroad.com/js/gumroad.js"></script>
    15  <a class="gumroad-button" href="https://gumroad.com/l/CadfZ" target="_blank">Get GoReleaser Pro</a>
    16  
    17  ## Roadmap
    18  
    19  The roadmap is not public (yet), but we do have a couple of ideas and your input is always welcome!
    20  Once you buy it, feel free to [email me](mailto:carlos@becker.software?subject=GoReleaser%20Feature%20Suggestion) with your suggestions.
    21  
    22  ## Pricing & Sponsors
    23  
    24  - The current pricing is low and is likely to increase as we keep adding more pro-only features;
    25  - If you sponsor either the project or any of its developers, you [can ask for a discount](mailto:carlos@becker.software?subject=GoReleaser%20Coupon%20Request)!
    26  
    27  ## Enterprise support
    28  
    29  I don't have a plan for that yet, but please [email me](mailto:carlos@becker.software?subject=GoReleaser%20Enterprise%20Support) if you are interested.
    30  
    31  ## Using GoReleaser Pro
    32  
    33  Once you [buy it](https://gum.co/goreleaser), you'll get a license key.
    34  You can then pass it to the [`release` command](/cmd/goreleaser_release/) either via the `--key` flag or the `GORELEASER_KEY` environment variable.
    35  
    36  If you use the GitHub action, you will want to set the `distribution` option to `goreleaser-pro`.
    37  Check the [documentation](/ci/actions/) for more details.
    38  
    39  ---
    40  
    41  **✨✨ Thanks for your support! ✨✨**