github.com/goreleaser/goreleaser@v1.25.1/www/docs/post-checkout.md (about) 1 # Thanks for subscribing to GoReleaser Pro! 🥳 2 3 A few notes on how to get started: 4 5 - [x] if you use GitHub Actions, make sure to set the `distribution` option to 6 `pro`. Don't forget to add the `GORELEASER_KEY` environment variable as 7 well.[^actions] 8 - [x] if you installed GoReleaser via a package manager, you'll need to install a 9 different package. Usually it's the same name as the OSS, but with a 10 `-pro` suffix, e.g. `goreleaser-pro` instead of `goreleaser`.[^install] 11 - [x] Once you install the Pro version, you can set the `GORELEASER_KEY` 12 environment variable according to your shell of choice, and use it the same 13 way you use the OSS version — with all the extra features! 14 - [x] If you use the YAML Language Server in your editor, check out the Pro 15 JSONSchema, so you can have some instant feedback on options.[^schema] 16 - [x] If you have any questions or feedback, feel free to contact in the email you 17 received or on any of the public chats we have.[^links] 18 19 I hope GoReleaser Pro helps improving your release workflow even more! 20 21 Thank you! 22 23 [^actions]: See all the GitHub Actions options [here](/ci/actions). 24 [^install]: Check out all the installation methods [here](/install). 25 [^schema]: More about our JSONSchemas [here](/customization/). 26 [^links]: All our contact, forums and media links are available [here](/links).