app/Console/Commands/ReleaseCommand.php
Method acquireReleaseVersionInteractively
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function acquireReleaseVersionInteractively(): string
{
$patchVersion = (clone $this->currentVersion)->incrementPatch()->prefix();
$suggestedVersions = [