From 8691f1846d0dc7944ace7363afdd83cd0ddef62f Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Tue, 8 Apr 2025 16:08:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(scripts)=20enhance=20release=20scr?= =?UTF-8?q?ipts=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add information about settings and helm chart to configure Add more details about translations PR autogenerated --- scripts/release.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/release.py b/scripts/release.py index 4395f9c..6b95140 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -107,6 +107,9 @@ Continue ? (y,n) run_command(f"git push origin {deployment_branch}", shell=True) sys.stdout.write(f"""\033[1;34m PLEASE DO THE FOLLOWING INSTRUCTIONS: +--> Check if you need to bump chart version in the manifests/regie/helmfile.yaml file + and settings in the manifests/regie/env.d/preprod/values.desk.yaml.gotmpl file + add commits into {deployment_branch} branch to do it if needed, then... --> Please submit PR {deployment_branch} and merge code to main [https://github.com/numerique-gouv/lasuite-deploiement] \x1b[0m""") @@ -137,8 +140,8 @@ Continue ? (y,n) run_command(f"git push origin {branch_to_release}", shell=True) sys.stdout.write(f""" \033[1;34mPLEASE DO THE FOLLOWING INSTRUCTIONS: ---> A github action will download last translations from crowdin and create a commit to merge into the release branch. - Please wait for this and merge this translations commit into the release branch {branch_to_release}. +--> A github action will download last translations from crowdin and create a PR (i18n/update-translations) to merge into the release branch. + Please wait for this, approve and merge this translations PR into the release branch {branch_to_release}. --> Then please submit PR {branch_to_release} and merge code to main [https://github.com/suitenumerique/people/] --> Then do: >> git checkout main