|
| 1 | +Release Team / Repository |
| 2 | +========================= |
| 3 | + |
| 4 | +.. contents:: Table of Contents |
| 5 | + :depth: 2 |
| 6 | + :local: |
| 7 | + |
| 8 | +This page explains the recommended method of hosting your release repositories on `ros2-gbp <https://github.com/ros2-gbp>`_. |
| 9 | + |
| 10 | +What is ROS 2 GBP? |
| 11 | +------------------ |
| 12 | + |
| 13 | +`ros2-gbp <https://github.com/ros2-gbp>`_ is a GitHub organization that hosts the release repositories for ROS packages. |
| 14 | +It also maintains a list of release teams, the list of members per release team and the list of release repositories maintained by the release teams in https://github.com/ros2-gbp/ros2-gbp-github-org. |
| 15 | +Interactions with ros2-gbp-github-org are done through raising GitHub issues. |
| 16 | +It is recommended that you request to join a release team and set up a release repository early as it can take some time for the ros2-gbp maintainers to respond to your requests. |
| 17 | + |
| 18 | +.. _what-is-a-release-team: |
| 19 | + |
| 20 | +What is a release team? |
| 21 | +----------------------- |
| 22 | + |
| 23 | +A release team is a `GitHub team <https://docs.github.com/en/organizations/organizing-members-into-teams/about-teams>`_ that consists of a group of people who are responsible for the release process of one or more repositories. |
| 24 | +Release teams are often made up of an organization, a working group, or even an individual, and are named after the team or group that they represent. |
| 25 | +The list of release teams and their associated release repositories are maintained at `ros2-gbp-github-org <https://github.com/ros2-gbp/ros2-gbp-github-org>`_. |
| 26 | + |
| 27 | +**You must be a part of the release team that you are planning on releasing the project for.** |
| 28 | +If you intend to release the repository under an existing team, follow :ref:`Join a release team <join-a-release-team>`. |
| 29 | +If you intend to start a new team, follow :ref:`Start a new release team <start-a-new-release-team>`. |
| 30 | + |
| 31 | +.. _join-a-release-team: |
| 32 | + |
| 33 | +Join a release team |
| 34 | +^^^^^^^^^^^^^^^^^^^ |
| 35 | + |
| 36 | +Fill the `Update Release Team Membership issue <https://github.com/ros2-gbp/ros2-gbp-github-org/issues/new?assignees=&labels=&template=update_release_team_membership.md&title=Update+release+team+membership>`_ issue template |
| 37 | +if a release team already exists for your project but you are not part of it. |
| 38 | + |
| 39 | +.. _start-a-new-release-team: |
| 40 | + |
| 41 | +Start a new release team |
| 42 | +^^^^^^^^^^^^^^^^^^^^^^^^ |
| 43 | + |
| 44 | +Fill the `New Release Team issue <https://github.com/ros2-gbp/ros2-gbp-github-org/issues/new?assignees=&labels=&template=new_release_team.md&title=Add+release+team>`_ issue template |
| 45 | +if no release team exists for your project yet, request for a new release team to be created. |
| 46 | + |
| 47 | +.. _what-is-a-release-repository: |
| 48 | + |
| 49 | +What is a release repository? |
| 50 | +----------------------------- |
| 51 | + |
| 52 | +A release repository is a repository that |
| 53 | + |
| 54 | +* stores files generated from the release process, for the ROS buildfarm to use |
| 55 | +* caches configurations from the release process to simplify subsequent releases of the repository in the future |
| 56 | + |
| 57 | +Having a release repository separate from your source code repository is a requirement for making a release in ROS 2. |
| 58 | + |
| 59 | +.. _create-a-new-release-repository: |
| 60 | + |
| 61 | +Create a new release repository |
| 62 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 63 | + |
| 64 | +Fill the `Add New Release Repositories issue <https://github.com/ros2-gbp/ros2-gbp-github-org/issues/new?assignees=&labels=&template=new_release_repository.md&title=Add+new+release+repositories>`_ issue template |
| 65 | +if you don't have a release repo for your project yet. |
| 66 | + |
| 67 | +What if my existing release repo isn't on ros2-gbp? |
| 68 | +--------------------------------------------------- |
| 69 | + |
| 70 | +Packages released before ros2-gbp existed may have their release repositories hosted elsewhere. |
| 71 | +It is now strongly recommended for release repositories to live in this dedicated GitHub organization. |
| 72 | +If you are porting a ROS 1 package to ROS 2 and planning on releasing your packages into ROS 2 for the first time, follow standard procedure to request for a new release repository for your ROS 2 releases. |
| 73 | +If you have previously released your packages for ROS 2, when raising the `Add New Release Repositories issue <https://github.com/ros2-gbp/ros2-gbp-github-org/issues/new?assignees=&labels=&template=new_release_repository.md&title=Add+new+release+repositories>`_, **specify your current release repository url**, and follow standard procedure for the rest. |
| 74 | + |
| 75 | +.. note:: |
| 76 | + |
| 77 | + Release repositories hosted elsewhere are still supported for stable distributions if you are not planning to release the repository into Rolling. |
| 78 | + Since stable distributions created from Rolling will start with release repositories in the ros2-gbp organization it is recommend that you use the ros2-gbp release repositories for all ROS 2 distributions to avoid fragmenting the release information. |
| 79 | + |
| 80 | + A ros2-gbp release repository may become a hard requirement in the future and maintaining a single release repository for all ROS 2 distributions simplifies the maintenance of releases for both the Rolling distribution maintainers and package maintainers. |
0 commit comments