composer status versions
Publish PHP Package / docker (push) Successful in 8s Details

This commit is contained in:
wrenge 2024-05-03 10:42:36 +03:00
parent c465c09f4b
commit 6a23fc97fd
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ task('composer_vendor_status', function(array $args) {
if($status)
{
$package = str_replace(normalize_path("$GAME_ROOT/composer/vendor/"), '', normalize_path($item));
echo "==== Vendor package '$package' changes:\n";
$last_remote_tag = get_git_last_remote_tag($item);
echo "==== Vendor package '$package'[$last_remote_tag] changes:\n";
echo implode("\n", $status) . "\n";
}
}