diff --git a/src/Application.php b/src/Application.php index bbf7844..148573f 100644 --- a/src/Application.php +++ b/src/Application.php @@ -54,7 +54,7 @@ protected function getDefaultCommands() $commands[] = new Commands\Release\Branch(); $commands[] = new Commands\Release\Translate(); $commands[] = new Commands\Release\Test(); - $commands[] = new Commands\Release\ChangeLog(); + $commands[] = new Commands\Release\Changelog(); // Publish sub-commands $commands[] = new Commands\Release\Tag();