From 512d9fe82c1d667076f051c397be2c5696bff436 Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Fri, 22 Nov 2024 09:56:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(scripts)=20improve=20command=20to?= =?UTF-8?q?=20do=20to=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove useless option to create tag --- scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index 32e78ea..b64f143 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -101,7 +101,7 @@ def prepare_release(version, kind): --> Then do: >> git checkout main >> git pull - >> git tag -a v{version} + >> 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 >> git tag -d preprod