Skip to content

Commit ec952a0

Browse files
committed
added module links
1 parent e872296 commit ec952a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RoboFile.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,11 @@ public function processChangelog()
667667

668668
$body .= "\n\n\n[🦑 Repository](https://github.com/Codeception/$repo) ";
669669
$body .= "| [📦 Releases](https://github.com/Codeception/$repo/releases) ";
670+
671+
if ($isModule) {
672+
$module = str_replace('module-', '', $repo);
673+
$body .= "| [📖 Docs](/docs/modules/$module) ";
674+
}
670675
$changelog .= "\n\n$body\n";
671676

672677
}

0 commit comments

Comments
 (0)