Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jacro: 0.2.0-1 in 'rolling/distribution.yaml' [bloom] #43494

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions rolling/distribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2699,6 +2699,17 @@ repositories:
url: https://github.com/iRobotEducation/irobot_create_msgs.git
version: rolling
status: developed
jacro:
release:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to include a doc tag so that documentation is automatically generated for your package? The documentation will be accessible from your package page on index.ros.org.

tags:
release: release/rolling/{package}/{version}
url: https://github.com/JafarAbdi/jacro-release.git
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to consider housing the release repo in the ros2-gbp org instead? The advantage there is that your package will automatically be available in the next ROS 2 distribution on release day.
https://docs.ros.org/en/rolling/How-To-Guides/Releasing/First-Time-Release.html#create-a-new-release-repository

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, it is more than an advantage; for rolling, we require that the release repository be in the ros2-gbp organization.

version: 0.2.0-1
source:
type: git
url: https://github.com/JafarAbdi/jacro.git
version: main
status: developed
joint_state_publisher:
doc:
type: git
Expand Down
Loading