v3.5.1
What's new
Fixed ✅
- Use the GitHub CLI, when available, to validate that the target commit exists on the remote. This is more robust than the previous method which relied on having an up-to-date full clone of the repo, and handles an edge-case when using worktrees.
Commits
b1e3076 (chore) bump version to v3.5.1 for release
570e988 Improve how we check if commit exists on remote (#182)
8928879 improve err msg when remote tracking branch can't be resolved