-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
- Loading branch information
1 parent
49bbce9
commit beabff6
Showing
2 changed files
with
23 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,18 @@ | ||
# Developing colcon-lcov-result | ||
|
||
## Developing | ||
|
||
See [*Contributing* in the README](./README.rst#contributing). | ||
|
||
## Releasing | ||
|
||
1. Bump `__version__` in [`colcon_lcov_result/__init__.py`](./colcon_lcov_result/__init__.py) | ||
1. Create commit with the new version number as the commit message | ||
1. Tag that commit with the new version number | ||
1. Push commit and tag | ||
1. Package and publish using [dirk-thomas/publish-python](https://github.com/dirk-thomas/publish-python) (see instructions) to: | ||
* PyPI: https://pypi.org/project/colcon-lcov-result/ | ||
* packagecloud: https://packagecloud.io/app/dirk-thomas/colcon/search?q=python3-colcon-lcov-result | ||
1. Open a PR to bump version in [ros-infrastructure/reprepro-updater](https://github.com/ros-infrastructure/reprepro-updater) config files so that the ROS apt repos import packages from packagecloud | ||
* For Debian: https://github.com/ros-infrastructure/reprepro-updater/blob/master/config/colcon.debian.upstream.yaml | ||
* For Ubuntu: https://github.com/ros-infrastructure/reprepro-updater/blob/master/config/colcon.ubuntu.upstream.yaml |
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