-
Notifications
You must be signed in to change notification settings - Fork 3
Package Versioning
Giuseppe Silano edited this page Jul 25, 2022
·
1 revision
Make sure all packages within this repo have the same version number, as bloom the release tool will be unable to release the package:
bloom will only operate on an entire repo and everything in the repo must be in the same version. This is because the nature of tagging a repo is global across the repo so it asserts that all packages have the same version. And bloom operates on the repo, hiding the files in the local checkout will not work. from: here.
Package versions convention:
-
0.xx.xx
for ROS melodic (gazebo9) -
1.xx.xx
for ROS noetic (gazebo11)
How to create
How to develop
More information