From ae3b339ec6af8898b71be504be2476547cfb48be Mon Sep 17 00:00:00 2001 From: David Watkins Date: Fri, 9 Dec 2022 09:36:18 -0500 Subject: [PATCH] Added instructions for uploading a release to GitHub --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c79fbf5..4a4e2d8b 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,7 @@ In the end you'll get a line like: ``` dpkg-deb: building package 'ros-humble-bosdyn-msgs' in '../ros-humble-bosdyn-msgs_0.0.0-0jammy_amd64.deb'. ``` + +### Upload debian to GitHub + +You should now have a `.deb` file containing the `bosdyn_msgs` package. You need to upload that as a release to GitHub [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository). Please increment the version of the release. At some point we may consider automating this process but we don't have a formalized way of doing these precompilations yet. \ No newline at end of file