chore: update code comments

This commit is contained in:
JasterV 2026-04-23 10:14:12 +02:00
parent cd20e31dd9
commit 29f855a3e0

View file

@ -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"