mirror of
https://github.com/ankitects/anki.git
synced 2026-09-10 09:51:22 -04:00
Closes #5273 ## Summary - Replaces `.github/workflows/prepare-release.yml` with `.github/scripts/prepare_release.py`, a script run locally by the maintainer - Removes the need for the `RELEASE_TOKEN` personal access token - Script performs the same steps: version validation, CI status check, duplicate tag/release check, translation sync, and version commit + push --------- Co-authored-by: Abdo <abdo@abdnh.net>