We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e872296 commit ec952a0Copy full SHA for ec952a0
RoboFile.php
@@ -667,6 +667,11 @@ public function processChangelog()
667
668
$body .= "\n\n\n[🦑 Repository](https://github.com/Codeception/$repo) ";
669
$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
+ }
675
$changelog .= "\n\n$body\n";
676
677
}
0 commit comments