-
Notifications
You must be signed in to change notification settings - Fork 170
build: add release-plz for automating releases #502
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
Conversation
It looks like CI is failing because of colcon/colcon-cargo#63, after adding a toplevel
and this is with the toplevel
|
Preliminary fix for the |
5330523
to
e27149f
Compare
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
…ckages Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
e27149f
to
b52e3d7
Compare
Signed-off-by: Esteve Fernandez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will merge once CI passes
@maspe36 thanks. The ROS APT repo seems to not be fully synced yet, CI is failing to fetch a package that's listed in the repo's |
This adds release-plz for automating releases. For a similar PR for
rosidl_runtime_rs
, check ros2-rust/rosidl_runtime_rs#14