We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144c8bc commit 22f0d88Copy full SHA for 22f0d88
1 file changed
bin/bumpRelease
@@ -24,7 +24,7 @@ if ($info === null) {
24
}
25
26
$info["museum"] = false;
27
-if (is_bool($info["announcement"]) && $info["announcement"]) {
+if ($info["announcement"] === true) {
28
$info["announcement"] = array("English" => "/releases/" . str_replace(".", "_", $version) . ".php");
29
30
0 commit comments