I have a plugin that checks for SwiftBar updates by comparing the CFBundleShortVersionString from /Applications/SwiftBar.app/Contents/Info.plist with the latest version from the Homebrew API. This check started to error with 1.4 because its CFBundleShortVersionString is 1.4, not 1.4.0. Would it be possible to add a check to your release workflow to make sure the version is a valid semver?
I have a plugin that checks for SwiftBar updates by comparing the
CFBundleShortVersionString
from/Applications/SwiftBar.app/Contents/Info.plist
with the latest version from the Homebrew API. This check started to error with 1.4 because itsCFBundleShortVersionString
is1.4
, not1.4.0
. Would it be possible to add a check to your release workflow to make sure the version is a valid semver?