Skip to content

Commit 8c81c21

Browse files
authored
Update release process (#1058)
* use spruce link, not old Evergreen link * note filing issue for vcpkg and Conan * update example announcement
1 parent 1b820c9 commit 8c81c21

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

etc/releasing.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and select the version "Pre CXX-584".
99
Ensure the latest commit has run tests on the Evergreen waterfall.
1010

1111
For a minor release this should be the
12-
[waterfall](https://evergreen.mongodb.com/waterfall/cxx-driver) tracking the
12+
[waterfall](https://spruce.mongodb.com/commits/cxx-driver) tracking the
1313
master branch (requires auth).
1414
For a patch release this is the waterfall tracking that branch. E.g. if you are
1515
releasing 3.7.3, then refer to the the waterfall tracking
@@ -216,6 +216,14 @@ If this is a stable release, update the [mongo-cxx-driver](https://github.com/Ho
216216
Example:
217217
`brew bump-formula-pr mongo-cxx-driver --url https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.3/mongo-cxx-driver-r3.7.3.tar.gz`
218218

219+
## vcpkg
220+
Submit a PR or create an issue to update the vc-pkg file for mongo-c-driver.
221+
To submit an issue, follow: https://github.com/microsoft/vcpkg/issues/new/choose. Example: https://github.com/microsoft/vcpkg/issues/34984
222+
223+
## Conan
224+
Submit a PR or create an issue to update the Conan recipe for mongo-c-driver.
225+
To submit an issue, follow: https://github.com/conan-io/conan-center-index/issues/new/choose/. Example: https://github.com/conan-io/conan-center-index/issues/21006
226+
219227
## Comment on the generated DOCSP ticket
220228

221229
Minor releases generate a DOCSP ticket. Add a comment to the generated DOCSP ticket describing if the
@@ -230,12 +238,8 @@ Announce Post to the [developer community forum](https://community.mongodb.com)
230238
under `Product & Driver Announcements` with the tag `cxx`.
231239

232240
See this
233-
[example announcement](https://www.mongodb.com/community/forums/t/mongodb-c-11-driver-3-7-0-released/190601)
234-
of the stable release of 3.7.0.
235-
236-
See this
237-
[example announcement](https://developer.mongodb.com/community/forums/t/mongodb-c-11-driver-3-6-0-rc0-released/6960)
238-
of a release candidate of 3.6.0.
241+
[example announcement](https://www.mongodb.com/community/forums/t/mongodb-c-11-driver-3-9-0-released/252724)
242+
of the stable release of 3.9.0.
239243

240244
## Branch if necessary
241245

0 commit comments

Comments
 (0)