release: v4.7.0

This commit is contained in:
nuno maduro
2026-05-03 12:46:24 -03:00
parent faa6988801
commit e0419d1328
5 changed files with 66 additions and 99 deletions

View File

@ -69,11 +69,6 @@ final readonly class BaselineSync
$this->output->writeln(sprintf(' <fg=gray>─ %s</>', $text));
}
private function renderChildContinuation(string $text): void
{
$this->output->writeln(sprintf(' <fg=gray> %s</>', $text));
}
public function fetchIfAvailable(string $projectRoot, bool $force = false, bool $hasAnchor = false): bool
{
$repo = $this->detectGitHubRepo($projectRoot);