🧑‍💻(scripts) improve release script

Fix commits messages
This commit is contained in:
Sabrina Demagny
2025-03-04 12:39:52 +01:00
parent 6e7ebc76d0
commit 680e05b4a7

View File

@@ -95,7 +95,7 @@ def deployment_part(version):
path = f"manifests/regie/env.d/preprod/values.desk.yaml.gotmpl"
update_helm_files(path)
run_command(f"git add {path}", shell=True)
message = f"""🔖(people) bump preprod version to {version}"""
message = f"""🔖(regie) bump preprod version to {version}"""
run_command(f"git commit -m '{message}'", shell=True)
confirm = input(f"""\033[0;32m
### DEPLOYMENT ###