We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b21a0c commit 2ec33c9Copy full SHA for 2ec33c9
generateChangelog.php
@@ -13,7 +13,7 @@
13
14
15
$changeLog = new MarkDown();
16
-$changeLog->setUrl('commit', 'https://github.com/JBlond/php-diff/commit/{hash}');
+$changeLog->setUrl('commit', 'https://github.com/JBlond/php-diff/commit/{commit}');
17
$changeLog->setUrl('issue', 'https://github.com/JBlond/php-diff/issues/{issue}');
18
19
try {
0 commit comments