From 2554b09bb3ff76b73875c5d25f8b76d90694fab4 Mon Sep 17 00:00:00 2001 From: Clemens Geibel Date: Fri, 15 Jul 2022 12:39:50 +0200 Subject: [PATCH] Updated release doc --- doc/Releasing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/Releasing.md b/doc/Releasing.md index 2da395b..ac96134 100644 --- a/doc/Releasing.md +++ b/doc/Releasing.md @@ -1,5 +1,11 @@ # stable release (should be done from master) +1. Test if image build, image test and image publish is working: +``` +cd infrastructure/docker && pyb image test publish +``` + +2. If image, test & publish is working, you can run the release script in the project root: ``` ./release.sh ``` \ No newline at end of file