github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/www/docs/cookbooks/release-a-library.md (about) 1 # Release a library 2 3 Maybe you don't want to actually release binaries, but just generate a changelog and whatnot for your Go libraries? GoReleaser got you covered! 4 5 All you need is to add `skip: true` to the build config: 6 7 ```yaml 8 builds: 9 - skip: true 10 ```