Skip to content
🎉 GoReleaser v2.15 is out! with Flatpak, SRPM, and more!
Release a library

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
Last updated on