From e45abe99ad5440f649a38d1232cbffc2fab5edd4 Mon Sep 17 00:00:00 2001 From: Ryan P Kilby Date: Wed, 11 Mar 2020 13:29:52 -0700 Subject: [PATCH] Add docs validation to release process --- docs/community/project-management.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/community/project-management.md b/docs/community/project-management.md index 293c65e24..92132ae7e 100644 --- a/docs/community/project-management.md +++ b/docs/community/project-management.md @@ -112,6 +112,9 @@ The following template should be used for the description of the issue, and serv - [ ] `docs` Python & Django versions - [ ] Update the translations from [transifex](https://www.django-rest-framework.org/topics/project-management/#translations). - [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/encode/django-rest-framework/blob/master/rest_framework/__init__.py). + - [ ] Ensure documentation validates + - Build and serve docs `mkdocs serve` + - Validate links `pylinkvalidate.py -P http://127.0.0.1:8000` - [ ] Confirm with @tomchristie that release is finalized and ready to go. - [ ] Ensure that release date is included in pull request. - [ ] Merge the release pull request.