From 128914ebe86b93375b44d5b8324c64f305eec1d6 Mon Sep 17 00:00:00 2001 From: Tomoya Fujita Date: Fri, 20 Feb 2026 09:56:42 +0900 Subject: [PATCH] use github.com/ros2-gbp instaed of ros-gbp. Signed-off-by: Tomoya Fujita --- bloom/commands/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloom/commands/release.py b/bloom/commands/release.py index 4c83d104..c9ecba44 100644 --- a/bloom/commands/release.py +++ b/bloom/commands/release.py @@ -243,7 +243,7 @@ def get_repo_uri(repository, distro): info("You can continue the release process by manually specifying the location of the RELEASE repository.") info("To be clear this is the url of the RELEASE repository not the upstream repository.") info("For release repositories on GitHub, you should provide the `https://` url which should end in `.git`.") - info("Here is the url for a typical release repository on GitHub: https://github.com/ros-gbp/rviz-release.git") + info("Here is the url for a typical release repository on GitHub: https://github.com/ros2-gbp/rviz-release.git") # Calculate a reasonable default from the list of previous distros info(fmt("@{gf}@!==> @|") + "Looking for a release of this repository in a different distribution...") default_distro, default_release = get_most_recent('release', repository, distro)