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 fde7de5 commit 77bdf60Copy full SHA for 77bdf60
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 . '"');
+ exec('git add composer.json');
+ exec('git commit -m "Bump version to ' . $newVersion . '"');
44
// exec('git tag ' . $tag);
45
}
46
0 commit comments