Fix notarize enabled template to return boolean by jeremy · Pull Request #188 · basecamp/basecamp-cli

AI review requested due to automatic review settings

March 4, 2026 05:53

@jeremy

Go template `and` returns the last truthy value (the raw env var
content), not the string "true". GoReleaser checks for "true"
specifically. Switch to `ne .Env.X ""` comparisons which return
the boolean true/false that renders as the string "true"/"false".

@jeremy jeremy deleted the apple-notarize branch

March 4, 2026 05:59