Back to Goreleaser

Release a library

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

2.18.1244 B
Original Source

You might want to generate a changelog and release notes for a Go library without publishing any binaries. GoReleaser has you covered!

Add skip: true to the build configuration:

yaml
builds:
- skip: true