Skip to content

Commit

Permalink
adding file describing the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Aug 11, 2017
1 parent ca98e0b commit 73c56a5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
catkin_pip release process
==========================

1) Check travis builds are passing

2) `catkin_generate_changelog`

3) git commit -m "updating changelog"

4) `catkin_prepare_release` and optionally bump minor (or major)

5) Double check travis builds are passing

6) `bloom-release` to all the supported ROS distros

7) There is no check enabled on the release repo, since it is just a copy of the source repo.

8) Done ! You can start to use the new version (dont forget to configure your apt to get packages from ros-shadow-fixed)

0 comments on commit 73c56a5

Please sign in to comment.