v0.1.5
Supersedes v0.1.4, which was tagged from the wrong commit and is retracted in
go.mod. The content below is what v0.1.4 was meant to carry.
- Fixed the blocker that made every GitHub Actions run fail before doing any
work: the CLI defaulted--basetoorigin/HEAD, whichactions/checkout
never creates. The worktree manager now resolves the remote's default branch,
and the reusable workflow passes the base from the triggering event.