Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 17, 2021
1 parent 59e3bb9 commit fd9277c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conventional-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ foreach ($files as $file) {
// Report only fatal errors
error_reporting(2039);

// Run application single command
// Command
$command = new ChangelogCommand();
$commandName = $command->getName();
$application = new Application();

// Run application single command
$application = new Application('conventional-changelog', '1.1.0');
$application->add($command);
$application->setDefaultCommand($commandName, true);
$application->run();

0 comments on commit fd9277c

Please sign in to comment.