|
1 | 1 | rosbridge_suite |
2 | 2 | =============== |
3 | 3 |
|
4 | | -[](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#foxy) |
5 | | -[](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#galactic) |
6 | 4 | [](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#humble) |
| 5 | +[](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#iron) |
| 6 | +[](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#jazzy) |
7 | 7 | [](https://index.ros.org/p/rosbridge_suite/github-RobotWebTools-rosbridge_suite/#rolling) |
8 | 8 |
|
9 | 9 |
|
@@ -55,8 +55,12 @@ Releasing requires push access to [RobotWebTools/rosbridge_suite](https://github |
55 | 55 | 2. Manually edit and clean up the changelogs. Commit the changes. |
56 | 56 | 3. Run `catkin_prepare_release --bump [major/minor/patch]` to bump versions in package.xml and push changes to origin. |
57 | 57 | 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` |
61 | 62 |
|
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