forked from pyros-dev/catkin_pip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding file describing the release process
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|