Skip to main content
Version: 1.5.0

Releaseing new version of a package

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