You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/community/project-management.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,20 +53,19 @@ The following template should be used for the description of the issue, and serv
53
53
54
54
Checklist:
55
55
56
-
- [ ] Create pull request for [release notes](https://github.com/encode/django-rest-framework/blob/mains/docs/topics/release-notes.md) based on the [*.*.* milestone](https://github.com/encode/django-rest-framework/milestones/***).
57
-
- [ ] Update supported versions:
58
-
- [ ] `pyproject.toml` `python_requires` list
59
-
- [ ] `pyproject.toml` Python & Django version trove classifiers
60
-
- [ ] `README` Python & Django versions
61
-
- [ ] `docs` Python & Django versions
62
-
- [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/encode/django-rest-framework/blob/main/rest_framework/__init__.py).
63
-
- [ ] Update the release-notes.md:
56
+
- [ ] Create pull request for [release notes](https://github.com/encode/django-rest-framework/blob/mains/docs/topics/release-notes.md):
64
57
- Start drafting a new release in GitHub: https://github.com/encode/django-rest-framework/releases/new
65
58
- Select the tag that you want to give to the next release and the previous tag
66
59
- Click the "Generate release notes" button
67
60
- Don't confirm anything yet! Copy the generated content to a file `input.md`
68
61
- Run `uv tool run linkify-gh-markdown input.md` to make the links absolute
69
62
- Put the generated content in the release-notes.md file
63
+
- [ ] Update supported versions:
64
+
- [ ] `pyproject.toml` `python_requires` list
65
+
- [ ] `pyproject.toml` Python & Django version trove classifiers
66
+
- [ ] `README` Python & Django versions
67
+
- [ ] `docs` Python & Django versions
68
+
- [ ] Ensure the pull request increments the version to `*.*.*` in [`restframework/__init__.py`](https://github.com/encode/django-rest-framework/blob/main/rest_framework/__init__.py).
0 commit comments