📝(scripts) improve command to do to release
Remove useless option to create tag
This commit is contained in:
committed by
BEY Quentin
parent
b205ad1d16
commit
512d9fe82c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user