From 1bb25c55f5639647ee026800dc628290addbaca3 Mon Sep 17 00:00:00 2001 From: Hisku Date: Tue, 12 May 2026 15:14:56 +0100 Subject: [PATCH] fix: report correct CFBundleShortVersionString in installed bundles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #32 wired release-please to sync `panel/Info.plist` on each release, but its merge commit was tagged `chore:` and release-please skipped it under default conventional-commit rules. As a result, no release fired and the sync mechanism didn't actually exercise. This empty `fix:` commit gives release-please a reason to act so the next release tag ships with a correctly-bumped Info.plist — fixing the user-facing bug where installed `stack-nudge.app` reports a stale version (currently `1.1.2`) in Settings → About and via the auto-update checker. Co-Authored-By: Claude Opus 4.7 (1M context)