Skip to content

Commit

Permalink
fix: auto commit success message
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jan 17, 2021
1 parent a5bd92f commit 5dec89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChangelogCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
Git::commit("chore(release): {$newVersion}", [$file]);
Git::tag('v' . $newVersion);

$output->success("Committed new version with tag: v{$newVersion}");
$io->success("Committed new version with tag: v{$newVersion}");
}

return Command::SUCCESS;
Expand Down

0 comments on commit 5dec89c

Please sign in to comment.