Skip to content

Commit bf31057

Browse files
committed
Need to include the autoloader for branch capabilities.
1 parent b2b630f commit bf31057

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/bumpRelease

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use phpweb\Releases\Branches;
66
(PHP_SAPI === 'cli') or die("Please run this script using the cli sapi");
77

88
require __DIR__ . '/../include/releases.inc';
9+
require __DIR__ . '/../src/autoload.php';
910

1011
if ($_SERVER['argc'] < 1) {
1112
fwrite(STDERR, "Usage: {$_SERVER['argv'][0]} major_version [ minor_version ]\n");

0 commit comments

Comments
 (0)