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 a359884 commit a85341bCopy full SHA for a85341b
app/Commands/Tag.php
@@ -39,8 +39,8 @@ public function handle(): void
39
40
File::put(base_path('composer.json'), json_encode($composer, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) . PHP_EOL);
41
42
- exec('git add composer.json');
43
- exec('git commit -m "Bump version to ' . $newVersion . '"');
44
- exec('git tag ' . $tag);
+ // exec('git add composer.json');
+ // exec('git commit -m "Bump version to ' . $newVersion . '"');
+ // exec('git tag ' . $tag);
45
}
46
0 commit comments