Skip to content

Commit 61c5393

Browse files
committed
version.inc and releases.inc also return their data, allowing it to be loaded directly.
1 parent 1685dfd commit 61c5393

3 files changed

Lines changed: 3654 additions & 3653 deletions

File tree

bin/bumpRelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $OLDRELEASES[$major] = array_merge(
3434
);
3535

3636
file_put_contents(__DIR__ . "/../include/releases.inc", [
37-
"<?php\n\$OLDRELEASES = ",
37+
"<?php\nreturn \$OLDRELEASES = ",
3838
var_export($OLDRELEASES, true),
3939
";\n",
4040
]);

0 commit comments

Comments
 (0)