Skip to content

Commit 77bdf60

Browse files
committed
Update Tag.php
1 parent fde7de5 commit 77bdf60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Commands/Tag.php

Lines changed: 2 additions & 2 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 . '"');
42+
exec('git add composer.json');
43+
exec('git commit -m "Bump version to ' . $newVersion . '"');
4444
// exec('git tag ' . $tag);
4545
}
4646
}

0 commit comments

Comments
 (0)