PYTHON-3157 Update Release Documentation to Include Github Releases (#900)

This commit is contained in:
Steven Silvester 2022-03-16 15:26:45 -05:00 committed by GitHub
parent b3604a81d3
commit da81c69644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,3 +89,9 @@ Doing a Release
15. File a ticket for DOCSP highlighting changes in server version and Python
version compatibility or the lack thereof, for example:
https://jira.mongodb.org/browse/DOCSP-13536
16. Create a GitHub Release for the tag using
https://github.com/mongodb/mongo-python-driver/releases/new.
The title should be "PyMongo X.Y.Z", and the description should contain
a link to the release notes on the the community forum, e.g.
"Release notes: mongodb.com/community/forums/t/pymongo-4-0-2-released/150457."