警告
您正在閱讀已達到生命週期結束(end-of-life,EOL)版本的 ROS 2 文件,該版本不再正式受支援。如果您想獲取最新資訊,請參見 Kilted。
Releasing a Package
Releasing a package makes your package available on the public ROS 2 buildfarm. This will:
Make your package available to be installed via package managers (eg.
apt
on Ubuntu) for all supported Linux platforms in a ROS distribution as described in REP 2000.Allow your package to have API documentation automatically generated.
Make your package part of the ROS Index.
(Optionally) Allow you to have automatic CI run for pull requests in your repository.
Follow one of the guides below to get your package released:
First Time Release - if this is the first release for the package
Subsequent Releases - if you are releasing a new version of a package that has already been released
After successfully following the instructions, your package will be released into the ROS ecosystem on the next distro synchronization!