You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved git remote resolution: automatically uses matching remote based on owner when available, falls back to --git-remote flag or default origin when none or multiple remotes match. Uses local git config for fast lookup without server queries.
Added --repository flag as alternative to --owner/--project pair; accepts formats like owner/project, github.com/owner/project, or https://github.com/owner/project.
Fixed gh commands to always pass --repo <owner>/<project> flag to ensure correct repository context.
Added release.no-binaries config option to skip binary builds when releasing application variants (useful when binaries are built through other means; cannot be used with library variant).