Do I have to run `bloom-release` after running `git-bloom-release`?
This is my first time releasing a third-party package into the ROS ecocystem. The package I'm trying to release is matplotlib-cpp.
I'm following Releasing a Third Party Package Tutorial, using "rolling" instead of "hydro" everywhere.
Everything up to and including 2.4 Adding an Install Rule as a Patch worked fine, and I am skipping 2.5 and 2.6 as they don't seem necessary for a first release. Here is my release repo.
I have added package.xml and added install(FILES package.xml DESTINATION share/matplotlib-cpp)
to the end of matplotlib-cpp's CMakeLists.txt as described.
Now, 3. Finishing the Release says to "finish the first time release tutorial, Running bloom for the First Time.", which link to instructions to run bloom-release
, which seem very similar to what I already did with git-bloom-release
.
As a side note, there are also a lot of local branches in my local clone of the release repo, which git-bloom-release
didn't seem to push to Github.
What's the next step in releasing the package? Do I have to manually open a PR for rosdistro? What else do I have to do?