From a36b2e87eea6809bb4f19d4d7ba6fff12cad55cf Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 7 Sep 2026 01:08:52 -0700 Subject: [PATCH] build: refresh release tooling and prepare 0.2.5 notes --- .github/workflows/ci.yml | 2 +- .github/workflows/release-legacy.yml | 2 +- CHANGELOG.md | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38ab63a..433b118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: uses: goreleaser/goreleaser-action@v7.2.3 with: distribution: goreleaser - version: v2.18.0 + version: v2.18.1 install-only: true - name: Release artifact smoke test diff --git a/.github/workflows/release-legacy.yml b/.github/workflows/release-legacy.yml index ba62d56..053041c 100644 --- a/.github/workflows/release-legacy.yml +++ b/.github/workflows/release-legacy.yml @@ -51,7 +51,7 @@ jobs: uses: goreleaser/goreleaser-action@v7.2.3 with: distribution: goreleaser - version: v2.18.0 + version: v2.18.1 args: release --clean --config /tmp/.goreleaser.yaml --release-notes /tmp/release-notes.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e4444..9b4d97a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The first tagged release is 0.2.0; the 0.1.0 section reconstructs earlier projec ## Unreleased +### Highlights + +Local source builds gain a portable install helper with macOS signature verification. + +- Added `make build` and `make install`, with a configurable destination, directory creation, and macOS signing and verification after replacement. Thanks @omarshahine. +- Updated repository-owned GoReleaser tooling to 2.18.1 for archive-path fixes, dependency security updates, and temporary-directory cleanup improvements. + ## 0.2.4 - 2026-09-05 ### Highlights