Releaseing new version of a package
- update the CHANGELOG.rst file by
catkin_generate_changelog
- edit the changelog and remove unwanted commit messages (like "update"):
vim CHANGELOG.rst
- in the case that you update CHANGELOG.rst file, commit changes.
- generate new release. This will automatically increment the version in package.xml and create new git tag:
catkin_prepare_release
- push the changes