📝(release) add information about crowdin download

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 ;)
This commit is contained in:
Sabrina Demagny
2025-03-18 16:29:56 +01:00
parent 7e1f0b31f9
commit f21716dc68

View File

@@ -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