@@ -38,7 +38,7 @@ process.
38
38
- [ ] Do the Release:
39
39
- [ ] Start a Release Stopwatch (start time: HH:MM)
40
40
- [ ] Clone the Driver Tools
41
- - [ ] If patch release: Check consistency with [the Jira release](https://jira.mongodb.org/projects/CDRIVER/versions/XXXXXX)
41
+ - [ ] Check Consistency with [the Jira release](https://jira.mongodb.org/projects/CDRIVER/versions/XXXXXX)
42
42
- [ ] Run the Release Script
43
43
- [ ] Fixup the `NEWS` Pages
44
44
- [ ] Signed & Upload the Release
@@ -305,15 +305,19 @@ Install the Python requirements for the driver tools::
305
305
$ pip install -r $CDRIVER_TOOLS/requirements.txt
306
306
307
307
308
- ** For Patch Releases **: Check Consistency with the Jira Release
309
- ***************************************************************
308
+ Check Consistency with the Jira Release
309
+ ***************************************
310
310
311
- ** If we are releasing a patch version **, we must check that the Jira release
311
+ We must check that the Jira release
312
312
matches the content of the branch to be released. Open
313
- `the releases page on Jira <Jira releases _>`_ and open the release page for the new patch
314
- release. Verify that the changes for all tickets in the Jira release have been
315
- cherry-picked onto the release branch (not including the "Release x.y.z" ticket
316
- that is part of every Jira release).
313
+ `the releases page on Jira <Jira releases _>`_ and open the release page for the new
314
+ release.
315
+
316
+ **If we are releasing a patch version **, verify that the changes for all tickets in the Jira release have been
317
+ cherry-picked onto the release branch (not including the "Release x.y.z" ticket that is part of every Jira release).
318
+
319
+ Check tickets referenced in commit messages (e.g. "CDRIVER-1234 fix foo") are in the expected state.
320
+ Expect most tickets to be in the "Closed" state with the ``fixVersion `` of the upcoming release.
317
321
318
322
.. _Jira releases :
319
323
.. _jira-releases : https://jira.mongodb.org/projects/CDRIVER?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page&status=unreleased
0 commit comments