Skip to content

Commit d9d919d

Browse files
committed
Update release process
1 parent 649cbb2 commit d9d919d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/community/project-management.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,13 @@ The following template should be used for the description of the issue, and serv
6363
- [ ] Ensure documentation validates
6464
- Build and serve docs `mkdocs serve`
6565
- Validate links `pylinkvalidate.py -P http://127.0.0.1:8000`
66-
- [ ] Confirm with @tomchristie that release is finalized and ready to go.
66+
- [ ] Confirm with other maintainers that the release is finalized and ready to go.
6767
- [ ] Ensure that release date is included in pull request.
6868
- [ ] Merge the release pull request.
69-
- [ ] Install the release tools: `pip install build twine`
70-
- [ ] Build the package: `python -m build`
71-
- [ ] Push the package to PyPI with `twine upload dist/*`
72-
- [ ] Tag the release, with `git tag -a *.*.* -m 'version *.*.*'; git push --tags`.
73-
- [ ] Deploy the documentation with `mkdocs gh-deploy`.
69+
- [ ] Tag the release, either with `git tag -a *.*.* -m 'version *.*.*'; git push --tags` or in GitHub.
70+
- [ ] Wait for the release workflow to run. It will build the distribution, upload it to Test PyPI, PyPI and create the GitHub release.
7471
- [ ] Make a release announcement on the [discussion group](https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework).
75-
- [ ] Make a release announcement on twitter.
72+
- [ ] Make a release announcement on social media (Mastodon, etc...) and on the [Django forum](https://forum.djangoproject.com/).
7673
- [ ] Close the milestone on GitHub.
7774

7875
To modify this process for future releases make a pull request to the [project management](https://www.django-rest-framework.org/topics/project-management/) documentation.

0 commit comments

Comments
 (0)