We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb6bae commit f936f54Copy full SHA for f936f54
1 file changed
βdevelopment/src/Commands/ReleaseCommand.phpβ
@@ -278,7 +278,7 @@ public function handle(CommandInvocation $command): int|null
278
279
$this->logger->info('Committing changes to composer.json files');
280
281
- if ($this->executeRequireSuccess(
+ if (!$this->executeRequireSuccess(
282
'Failed to add changed files to commit',
283
'git add **/composer.json',
284
)) {
0 commit comments