Skip to content

v3.5.1

Choose a tag to compare

@github-actions github-actions released this 02 Mar 22:34
· 18 commits to main since this release

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