📝(scripts) improve command to do to release

Remove useless option to create tag
This commit is contained in:
Sabrina Demagny
2024-11-22 09:56:19 +01:00
committed by BEY Quentin
parent b205ad1d16
commit 512d9fe82c

View File

@@ -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