GoReleaser 2.12
This overview applies to target GoReleaser versions of at least 2.12.
- Experimental
dockers_v2builds multi-platform images directly withdocker buildx, removing the olddockersplusdocker_manifestswiring and intermediate architecture tags. - Snapshot
dockers_v2builds 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
dockersanddocker_manifestssections remain supported in this release;dockers_v2is the intended successor once its API stabilises.