From a58152b9a9121e8de3f876495908c7b9158c5d8c Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Thu, 26 Dec 2024 13:36:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(scripts)=20add=20missing=20release?= =?UTF-8?q?=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do not forget to check docker image of frontend. --- scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index b64f143..aad5766 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -103,7 +103,7 @@ def prepare_release(version, kind): >> git pull >> git tag v{version} >> git push origin v{version} - --> Please check and wait for the docker image v{version} to be published here: https://hub.docker.com/r/lasuite/people-backend/tags + --> Please check and wait for the docker image v{version} to be published here: https://hub.docker.com/r/lasuite/people-backend/tags and https://hub.docker.com/r/lasuite/people-frontend/tags >> git tag -d preprod >> git tag preprod >> git push -f origin preprod