From f21716dc681d75526c1ee263aa5e7a01b0c37af4 Mon Sep 17 00:00:00 2001 From: Sabrina Demagny Date: Tue, 18 Mar 2025 16:29:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(release)=20add=20information=20abo?= =?UTF-8?q?ut=20crowdin=20download?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now a github action downloads last translations from crowdin when a release branch is created. We have to merge crowdin translations into release branch before submit the release PR ;) --- scripts/release.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index cb78e78..4395f9c 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -137,7 +137,9 @@ 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: ---> Please submit PR {branch_to_release} and merge code to main [https://github.com/suitenumerique/people/] +--> 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}. +--> Then please submit PR {branch_to_release} and merge code to main [https://github.com/suitenumerique/people/] --> Then do: >> git checkout main >> git pull