Skip to content
🎉 GoReleaser v2.18 is out! with release summaries, preflight checks, OpenTelemetry traces, and more!
Release a library

Release a library

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:

.goreleaser.yaml
builds:
- skip: true
Last updated on