Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:44
· 110 commits to main since this release
74fdfd0

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 --base to origin/HEAD, which actions/checkout
    never creates. The worktree manager now resolves the remote's default branch,
    and the reusable workflow passes the base from the triggering event.