Skip to content

Commit

Permalink
fix: use the raw version parameter for the 'make-release' internal ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
e-picas committed Feb 4, 2024
1 parent 0535e3e commit 16c80ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MarkdownExtendedDev/Console.php
Expand Up @@ -231,7 +231,7 @@ protected function makeRelease()
break;
// if user sets a complete release string, take it as-is
default:
$final = $target_parts[0];
$final = $target;
$target_parts = $actual_parts = [];
}

Expand Down

0 comments on commit 16c80ce

Please sign in to comment.