From 0d003e58868c2bcd1257c17bb5fdd1ec74ad2e86 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 7 Oct 2016 15:32:43 +0100 Subject: [PATCH] Updated Creating a new Wagtail release (markdown) --- Creating-a-new-Wagtail-release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Creating-a-new-Wagtail-release.md b/Creating-a-new-Wagtail-release.md index 9fadf59..8f26f8d 100644 --- a/Creating-a-new-Wagtail-release.md +++ b/Creating-a-new-Wagtail-release.md @@ -4,6 +4,7 @@ * `wagtail/wagtailcore/__init__.py` should be updated with the new version number * `wagtail/project_template/requirements.txt` should specify the new version number, as a range (e.g. `wagtail>=1.5,<1.6`) * There should be a release notes page about the release in docs/releases/ - ensure that any IN DEVELOPMENT text is removed +* Ensure that any deprecated features are mentioned in the "Upgrade considerations" section of the release notes * CHANGELOG.txt should contain a section about the new release - ensure that the date is filled in, not left as xx.xx.20xx * Update translations - see https://github.com/torchbox/wagtail/wiki/Managing-Wagtail-translations#fetching-new-translations-from-transifex * Confirm that the latest revision is passing on Travis (including Elasticsearch tests, which are marked as 'allow failures' to avoid false alarms during routine dev work, but we really do want to see them pass here)