GoReleaser Action
Version updated for https://github.com/goreleaser/goreleaser-action to version v7.2.0.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GoReleaser Action is a GitHub Action that automates the process of building, packaging, and releasing Go projects using GoReleaser. It simplifies release workflows by handling tasks such as artifact generation, changelog creation, and release signing, ensuring consistent and efficient delivery of software. Additionally, the action includes built-in verification of GoReleaser binaries and optional signature validation for enhanced security.
What’s Changed
What’s Changed
- test: cover install across release eras by @caarlos0 in https://github.com/goreleaser/goreleaser-action/pull/555
- feat: add
version-fileinput by @caarlos0 in https://github.com/goreleaser/goreleaser-action/pull/556 - feat: resolve nightly to latest vX.Y.Z-
-nightly release by @caarlos0 in https://github.com/goreleaser/goreleaser-action/pull/558
Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v7...v7.2.0