Skip to content

Commit d666fc3

Browse files
rpkilbynezhar
authored andcommitted
Add docs validation to release process
1 parent 21cc480 commit d666fc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/community/project-management.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ The following template should be used for the description of the issue, and serv
112112
- [ ] `docs` Python & Django versions
113113
- [ ] Update the translations from [transifex](https://www.django-rest-framework.org/topics/project-management/#translations).
114114
- [ ] 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).
115+
- [ ] Ensure documentation validates
116+
- Build and serve docs `mkdocs serve`
117+
- Validate links `pylinkvalidate.py -P http://127.0.0.1:8000`
115118
- [ ] Confirm with @tomchristie that release is finalized and ready to go.
116119
- [ ] Ensure that release date is included in pull request.
117120
- [ ] Merge the release pull request.

0 commit comments

Comments
 (0)