We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37a049 commit 6cc2240Copy full SHA for 6cc2240
src/Application.php
@@ -13,7 +13,6 @@
13
use Symfony\Component\Console\Input\InputInterface;
14
use Symfony\Component\Console\Input\InputOption;
15
use SymfonyDocsBuilder\Command\BuildDocsCommand;
16
-use SymfonyDocsBuilder\Command\GithubReleaseCommand;
17
18
class Application
19
{
@@ -48,7 +47,6 @@ public function run(InputInterface $input): int
48
47
);
49
$this->application->getDefinition()->addOption($inputOption);
50
$this->application->add(new BuildDocsCommand($this->buildContext));
51
- $this->application->add(new GithubReleaseCommand());
52
53
return $this->application->run($input);
54
}
0 commit comments