Breaking change
Turbolift will now automatically choose whether to use a forking or branching model when cloning each repository. If you wish to go back to the previous default behaviour of always forking, use the --fork
flag when cloning. The --no-fork
flag has been removed.
Changes
- fix(create_prs): Fix race condition @sledigabel (#151)
- Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 @dependabot (#150)
- feat!(clone): Use better cloning policy @sledigabel (#148)