Skip to content

Commit c1bfc2f

Browse files
authored
Update ROS 2 distros in README.md (#968)
1 parent c47870c commit c1bfc2f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
rosbridge_suite
22
===============
33

4-
[![ROS Foxy version](https://img.shields.io/ros/v/foxy/rosbridge_suite)](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#foxy)
5-
[![ROS Galactic version](https://img.shields.io/ros/v/galactic/rosbridge_suite)](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#galactic)
64
[![ROS Humble version](https://img.shields.io/ros/v/humble/rosbridge_suite)](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#humble)
5+
[![ROS Iron version](https://img.shields.io/ros/v/iron/rosbridge_suite)](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#iron)
6+
[![ROS Jazzy version](https://img.shields.io/ros/v/jazzy/rosbridge_suite)](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#jazzy)
77
[![ROS Rolling version](https://img.shields.io/ros/v/rolling/rosbridge_suite)](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#rolling)
88

99

@@ -55,8 +55,12 @@ Releasing requires push access to [RobotWebTools/rosbridge_suite](https://github
5555
2. Manually edit and clean up the changelogs. Commit the changes.
5656
3. Run `catkin_prepare_release --bump [major/minor/patch]` to bump versions in package.xml and push changes to origin.
5757
4. Run bloom-release commands to create PRs to update rosdistro:
58-
- `bloom-release --rosdistro foxy --track foxy rosbridge_suite`
59-
- `bloom-release --rosdistro galactic --track galactic rosbridge_suite`
60-
- `bloom-release --rosdistro rolling --track rolling rosbridge_suite`
58+
- `bloom-release --rosdistro humble rosbridge_suite`
59+
- `bloom-release --rosdistro iron rosbridge_suite`
60+
- `bloom-release --rosdistro jazzy rosbridge_suite`
61+
- `bloom-release --rosdistro rolling rosbridge_suite`
6162

62-
Once the PRs are merged, packages will be available for each distro after the next sync. Build/sync status can be viewed at: [foxy](http://repo.ros2.org/status_page/ros_foxy_default.html), [galactic](http://repo.ros2.org/status_page/ros_galactic_default.html), [rolling](http://repo.ros2.org/status_page/ros_rolling_default.html).
63+
Note that right now, the Humble release is tracked in the `humble` branch, while Iron and later are tracked in the `ros2` branch.
64+
65+
Once the PRs are merged, packages will be available for each distro after the next sync.
66+
Build/sync status can be viewed at: [humble](http://repo.ros2.org/status_page/ros_humble_default.html), [iron](http://repo.ros2.org/status_page/ros_iron_default.html), [jazzy](http://repo.ros2.org/status_page/ros_jazzy_default.html), and [rolling](http://repo.ros2.org/status_page/ros_rolling_default.html).

0 commit comments

Comments
 (0)