Skip to content

Fix release script tag push error handling#226

Merged
stef-k merged 1 commit intomainfrom
fix/release-script-tag-push
Feb 22, 2026
Merged

Fix release script tag push error handling#226
stef-k merged 1 commit intomainfrom
fix/release-script-tag-push

Conversation

@stef-k
Copy link
Copy Markdown
Owner

@stef-k stef-k commented Feb 22, 2026

Summary

  • Show stderr and a helpful hint instead of a raw traceback when git push origin <tag> fails
  • Fixed the pre-push hook (.git/hooks/pre-push) to allow tag pushes while on main

Context

The pre-push hook blocked all pushes while on main, including tag pushes. The hook now inspects the remote ref and only blocks branch pushes.

Show stderr and a hint about pre-push hooks instead of a raw traceback
when tag push fails.
@stef-k stef-k merged commit 3801835 into main Feb 22, 2026
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
WayfarerMobile.Core 79% 68% 633
Summary 79% (790 / 994) 68% (354 / 519) 633

@stef-k stef-k deleted the fix/release-script-tag-push branch February 22, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant