Back to Goreleaser

Release a library

www/content/resources/cookbooks/release-a-library.md

2.15.4235 B
Original Source

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:

yaml
builds:
- skip: true