Skip to content

Commit af75cae

Browse files
committed
Using "PR <link to PR>" because some terminals expand the URL
So, instead of having a nice # then "56", it would be #https://github....
1 parent 147f4e2 commit af75cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/UpdateRecipesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ private function generateChangelog(Recipe $originalRecipe): ?array
349349
if ($handlesHrefGracefully) {
350350
$url = "\033]8;;$url\033\\$number\033]8;;\033\\";
351351
}
352-
$lines[] = sprintf(' * %s (#%s)', $data['title'], $url);
352+
$lines[] = sprintf(' * %s (PR %s)', $data['title'], $url);
353353
}
354354

355355
return $lines;

0 commit comments

Comments
 (0)