2022-10-06 20:02:56 +02:00
|
|
|
# Thanks for subscribing to GoReleaser Pro! 🥳
|
2022-10-04 14:41:20 +02:00
|
|
|
|
|
|
|
A few notes on how to get started:
|
|
|
|
|
|
|
|
- [x] if you use GitHub Actions, make sure to set the `distribution` option to
|
2024-07-09 04:30:10 +02:00
|
|
|
`pro`. Don't forget to add the `GORELEASER_KEY` environment variable as
|
|
|
|
well.[^actions]
|
|
|
|
- [x] 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`.[^install]
|
2022-10-04 14:41:20 +02:00
|
|
|
- [x] Once you install the Pro version, you can set the `GORELEASER_KEY`
|
2024-07-09 04:30:10 +02:00
|
|
|
environment variable according to your shell of choice, and use it the
|
|
|
|
same way you use the OSS version — with all the extra features!
|
2022-10-06 20:02:56 +02:00
|
|
|
- [x] If you use the YAML Language Server in your editor, check out the Pro
|
2024-07-09 04:30:10 +02:00
|
|
|
JSONSchema, so you can have some instant feedback on options.[^schema]
|
|
|
|
- [x] 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.[^links]
|
2022-10-04 14:41:20 +02:00
|
|
|
|
|
|
|
I hope GoReleaser Pro helps improving your release workflow even more!
|
|
|
|
|
|
|
|
Thank you!
|
|
|
|
|
2024-07-09 04:30:10 +02:00
|
|
|
[^actions]: See all the GitHub Actions options [here](ci/actions.md).
|
|
|
|
|
|
|
|
[^install]: Check out all the installation methods [here](install.md).
|
|
|
|
|
|
|
|
[^schema]: More about our JSONSchemas [here](customization/index.md).
|
|
|
|
|
|
|
|
[^links]: All our contact, forums and media links are available [here](links.md).
|