From 3bf31ea11e2dd0b6c40b9465df3ba1ac544f56b6 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Mon, 7 Sep 2026 23:55:21 +0200 Subject: [PATCH 1/2] feat: publish versioned homebrew casks --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) 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: From a1891c9535cd6c411a695f435fa9c0980b858fe7 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Tue, 8 Sep 2026 20:18:59 +0200 Subject: [PATCH 2/2] docs: add versioned Homebrew casks changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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