From 29f855a3e0e890fa216d40149888b520ff2d3ab6 Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:14:12 +0200 Subject: [PATCH] chore: update code comments --- rust/scripts/magic-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/scripts/magic-release.sh b/rust/scripts/magic-release.sh index c71f2d8..ed3c10f 100755 --- a/rust/scripts/magic-release.sh +++ b/rust/scripts/magic-release.sh @@ -24,13 +24,13 @@ get_ordered_crates() { } # ------------------------------------------------------------------------------ -# Gathers metadata (name, version, path) for all packages that +# Gathers metadata (name, version) for all packages that # are allowed to be published, keeping the required build order. # # Arguments: # $1 - The ordered list of crate names (output of get_ordered_crates) # -# Returns: A list of packages in the format: "name version manifest_path" +# Returns: A list of packages in the format: "name version" # ------------------------------------------------------------------------------ get_publishable_packages() { local ordered_names="$1"