From 340e7219e7bfc619bcf4f5c1c34b6df77c14b6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sag=E1=A0=8Ee?= Date: Tue, 6 Jun 2023 16:23:48 +0100 Subject: [PATCH] Formatting --- Creating-a-new-Wagtail-release.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Creating-a-new-Wagtail-release.md b/Creating-a-new-Wagtail-release.md index cf43ee7..a1a4157 100644 --- a/Creating-a-new-Wagtail-release.md +++ b/Creating-a-new-Wagtail-release.md @@ -5,8 +5,10 @@ * If there are a large number of upgrade considerations, consider organising them by largest impact first, and breaking them down into "changes affecting all projects", "deprecation of old functionality", "changes affecting Wagtail customisations" * `CHANGELOG.txt` should contain a section about the new release * The release should be listed in the 'compatible Django / Python versions' table in `docs/releases/upgrading.rst` -* Update translations - see https://github.com/torchbox/wagtail/wiki/Managing-Wagtail-translations#fetching-new-translations-from-transifex -* **For a release candidate:** Generate new translation strings (https://github.com/wagtail/wagtail/wiki/Managing-Wagtail-translations#generating-new-source-files-for-translation) and **announce through https://app.transifex.com/torchbox/communication/?q=project%3Awagtail that a new version is coming soon and needs translations** +* Update translations + * See https://github.com/torchbox/wagtail/wiki/Managing-Wagtail-translations#fetching-new-translations-from-transifex +* **For a release candidate:** Generate new translation strings + * (https://github.com/wagtail/wagtail/wiki/Managing-Wagtail-translations#generating-new-source-files-for-translation) and **announce through https://app.transifex.com/torchbox/communication/?q=project%3Awagtail that a new version is coming soon and needs translations** * Update `wagtail/__init__.py` with the new version number * For a release candidate: `VERSION = (2, 8, 0, 'rc', 1)` * For a major release: `VERSION = (3, 0, 0, 'final', 1)`