diff --git a/.goreleaser.yml b/.goreleaser.yml index 1b13c2ad41..39cc7d4daa 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -102,6 +102,8 @@ snapcrafts: homebrew_casks: - name: go-task + alternative_names: + - 'go-task@{{ .Major }}.{{ .Minor }}' description: A fast, cross-platform build tool inspired by Make, designed for modern workflows. homepage: https://taskfile.dev binaries: diff --git a/CHANGELOG.md b/CHANGELOG.md index 413c8f7f12..204ff5bcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +### 🚀 Features + +- Added versioned Homebrew casks (`go-task@.`) to install a specific + minor version of Task (#3023 by @vmaerten). + ### 📦 Package API - Bumped the minimum Go version to 1.26. Task follows Go's two-latest support