Release a library¶
Maybe you don't want to actually release binaries, but just generate a changelog and whatnot for your Go libraries? GoReleaser has you covered!
All you need is to add skip: true
to the build config:
builds:
- skip: true
I use a lot of my time making GoReleaser better, and can only continue to do so thanks to the support of people like you.
If you'd like to contribute, you can choose between sponsoring me or buying a Pro license .
Thanks for your support 💜
Maybe you don't want to actually release binaries, but just generate a changelog and whatnot for your Go libraries? GoReleaser has you covered!
All you need is to add skip: true
to the build config:
builds:
- skip: true