-
Notifications
You must be signed in to change notification settings - Fork 104
Home
Dan Braghiș edited this page Dec 5, 2025
·
3 revisions
- activate virtual environment
- make new messages (
make messages) - pull translations (
make fetch-translationsorsh scripts/fetch-translations.sh) - compile messages (
make compile-messages) - update changelog
- update readme with Django/Wagtail
- update version
- create a
stable/MAJOR.MINOR.xbranch if the release change a major or minor version - create new release in GitHub, with the version tag on the given branch
CLI
source .venv/bin/activate
make messages
sh scripts/fetch-translations.sh
make compile-messages