# Goreleaser 2 12

> Apply GoReleaser 2.12 configuration, CLI, packaging, migration, and behaviour changes. Load for GoReleaser work targeting 2.12 or later when the model's knowledge may predate the 2025-09-03 release.

- Skill: `cedws/goreleaser-2-12` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cedws/goreleaser-2-12`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cedws/goreleaser-2-12/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: cedws (https://skillmd.com/u/cedws)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cedws/goreleaser-2-12

---


# GoReleaser 2.12

This overview applies to target GoReleaser versions of at least `2.12`.

- Experimental `dockers_v2` builds multi-platform images directly with `docker buildx`, removing the old `dockers` plus `docker_manifests` wiring and intermediate architecture tags.
- Snapshot `dockers_v2` builds expand by platform into local architecture-tagged images so validation does not require a registry push.
- Makeself packaging creates self-extracting Linux archives.
- Docker image attestations extend release supply-chain metadata.
- Semantic-version tag sorting accounts for prerelease precedence when selecting release history.
- The older `dockers` and `docker_manifests` sections remain supported in this release; `dockers_v2` is the intended successor once its API stabilises.

