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: trueLast updated on