Announcing GoReleaser v2.13¶
Happy thanksgiving - GoReleaser v2.13 is here!
GitHub Universe and GoLab Firenze¶
If you attended these events, you might have gotten yourself some GoReleaser stickers!
We also had a booth on GitHub Universe day 1!

I don't usually do this kind of thing, but it was pretty fun! Thanks to everyone that passed by to chat, and thanks specially to Abby and Lee from GitHub for inviting me!
All about MCP¶
Big news here!
First, GoReleaser now supports publishing MCPs to the GitHub MCP registry!
See this example:
mcp:
github:
name: "io.github.goreleaser/mcp"
title: "The MCP server for GoReleaser"
repository:
source: "github"
url: "https://github.com/goreleaser/mcp"
auth:
type: "github-oidc"
packages:
- registry_type: oci
identifier: "ghcr.io/goreleaser/mcp:{{ .Version }}"
transport:
type: stdio
- registry_type: npm
identifier: "@goreleaser/mcp"
transport:
type: stdio
So, GoReleaser MCP is published in the GitHub MCP Registry!
And the second news is that the GoReleaser MCP now has its own repository. This should allow us to evolve it faster, and also, if you only want the MCP, the binary is much smaller.
One good use case for our MCP is that it provides a ready to use prompt + tools to update your configuration, fixing deprecated options.
Here's how it looks like on Charm's Crush:

There's also a prompt to fix all the issues with Cosign v3.
Make sure to give it a try!
Relevant links:
GoReleaser Pro¶
For Pro users, the NPM feature got some improvements: you can now set the NPM tag (instead of defaulting to latest), so you may have npm install yourthing@beta, for example. You can also set extra fields into the package.json, which is specially relevant for the aforementioned MCP feature.
Example:
npms:
- name: "@foo/bar"
extra:
mcpName: "io.github.foo/bar"
Finally, you can use the fields from the global metadata in your templates, e.g.:
metadata:
description: Foo bar zaz
dockers_v2:
- images:
- "ghcr.io/foo/bar"
labels:
"org.opencontainers.image.description": "{{.Metadata.Description}}"
Dockers v2¶
We continue investing in the dockers_v2 feature, and since v2.13.0 we made a lot of improvements:
- allow
linux/arm/v5 - allow to disable SBOMs
- allow to template the
sbomfield - allow to disable a configuration
- properly handle
--split(on Pro) - respect
monorepo.dir(on Pro) - properly set manifest annotations
- properly support PyWheel
- improve error handling
- warning if buildx driver is unknown/unsupported
- check buildx driver on
goreleaser healthcheck
Other highlights¶
- aur: AUR will now use
${pkgver}in the URLs to generate smaller diffs - aur: allows pre-release versions
- announce: Discourse announcer
- homebrew_casks: Allow to template
'hooks - signs and docker_signs: allow to template
output - homebrew_casks: set more than one binary
- ko: Ko can now use a local base image
- sbom: make
--enrich=alla default flag - makeself: properly handle binary and script names
- npm: properly handle HTTP/HTTPS proxies
- npm: properly handle
run.jsexit codes - announce: fix user agent
- jsonschema: properly mark fields deprecated
- builds/go: only add
.hfile if it exists - github: better handle GitHub enterprise URLs
Other news¶
- GoReleaser now has ~15.3k stars and 450 contributors! Thanks, everyone!
- We often discuss new features in our Discord server. Join the conversation!
- nFPM had new releases as well, check it out.
- The GoReleaser Action had a new release, check it out
Download¶
You can install or upgrade using your favorite package manager, or see the full release notes and download the pre-compiled binaries from GitHub:
Install v2.13.0 (OSS) v2.13.0 (Pro)
Helping out¶
You can help by reporting issues, contributing features, documentation improvements, and bug fixes. You can also sponsor the project, or get a GoReleaser Pro license.