Skip to content

Commit a85341b

Browse files
committed
Update Tag.php
1 parent a359884 commit a85341b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/Commands/Tag.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public function handle(): void
3939

4040
File::put(base_path('composer.json'), json_encode($composer, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) . PHP_EOL);
4141

42-
exec('git add composer.json');
43-
exec('git commit -m "Bump version to ' . $newVersion . '"');
44-
exec('git tag ' . $tag);
42+
// exec('git add composer.json');
43+
// exec('git commit -m "Bump version to ' . $newVersion . '"');
44+
// exec('git tag ' . $tag);
4545
}
4646
}

0 commit comments

Comments
 (0)