Updated Creating a new Wagtail release (markdown)

master
Matt Westcott 2016-10-07 15:32:43 +01:00
rodzic 84cb82a0f9
commit 0d003e5886
1 zmienionych plików z 1 dodań i 0 usunięć

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