📝(scripts) add missing release instructions

Do not forget to check docker image of frontend.
This commit is contained in:
Sabrina Demagny
2024-12-26 13:36:06 +01:00
parent 8fd55a61c5
commit a58152b9a9

View File

@@ -103,7 +103,7 @@ def prepare_release(version, kind):
>> git pull >> git pull
>> git tag v{version} >> git tag v{version}
>> git push origin 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 -d preprod
>> git tag preprod >> git tag preprod
>> git push -f origin preprod >> git push -f origin preprod