Skip to content

Thanks for subscribing to GoReleaser Pro! 🥳

A few notes on how to get started:

  • GoReleaser Pro is distributed as a different binary than the free version. Make sure you have it installed by checking goreleaser -v.
  • if you use GitHub Actions, make sure to set the distribution option to pro. Don’t forget to add the GORELEASER_KEY environment variable as well.1
  • if you installed GoReleaser via a package manager, you’ll need to install a different package. Usually it’s the same name as the OSS, but with a -pro suffix, e.g. goreleaser-pro instead of goreleaser.2
  • Once you install the Pro version, you can set the GORELEASER_KEY environment variable according to your shell of choice, and use it the same way you use the OSS version — with all the extra features!
  • If you use the YAML Language Server in your editor, check out the Pro JSONSchema, so you can have some instant feedback on options.3
  • If you have any questions or feedback, feel free to contact in the email you received or on any of the public chats we have.4

I hope GoReleaser Pro helps improving your release workflow even more!

Thank you!


  1. See all the GitHub Actions options here↩︎

  2. Check out all the installation methods here↩︎

  3. More about our JSONSchemas here↩︎

  4. All our contact, forums, and media links are available here↩︎

Last updated on