Add instructions for releasing. (#342)

master
Damon Kohler 2017-06-19 12:00:12 +02:00 committed by GitHub
parent 5fa6abe84b
commit 1c1776a967
1 changed files with 15 additions and 0 deletions

15
RELEASING.rst Normal file
View File

@ -0,0 +1,15 @@
Steps for Releasing
-------------------
.. code-block:: bash
catkin_generate_changelog
* Update changelog to point to GitHub release log (e.g.
https://github.com/googlecartographer/cartographer/compare/0.1.0...0.2.0)
.. code-block:: bash
git commit -am"Update changelog for release"
catkin_prepare_release --bump minor --no-push
* Create PR
* Add release via GitHub web UI