Skip to content

Commit 664be54

Browse files
authored
CXX-2974 Update references to the "latest release" EVG project (#1104)
1 parent f06878f commit 664be54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

etc/releasing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ 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://spruce.mongodb.com/commits/cxx-driver) tracking the
12+
[waterfall](https://spruce.mongodb.com/commits/mongo-cxx-driver) tracking the
1313
master branch (requires auth).
14-
For a patch release this is the waterfall tracking that branch. E.g. if you are
15-
releasing 3.7.3, then refer to the the waterfall tracking
16-
[releases/v3.7](https://spruce.mongodb.com/commits/cxx-driver-v3.7)
14+
For a patch release this is the waterfall tracking the latest release. E.g. if you are
15+
releasing 1.2.3, then refer to the the waterfall tracking
16+
[releases/v1.2](https://spruce.mongodb.com/commits/mongo-cxx-driver-latest-release)
1717
(requires auth).
1818

1919
If there are test failures, ensure they are at least expected or not introduced
@@ -500,7 +500,7 @@ patch --dry-run -d .evergreen -p0 -i spec.patch
500500
- Test the build with something like this:
501501

502502
```
503-
evergreen patch -p cxx-driver -v packaging -t rpm-package-build -f
503+
evergreen patch -p mongo-cxx-driver -v packaging -t rpm-package-build -f
504504
```
505505

506506
- There is no package upload step, since the downstream maintainer handles that

0 commit comments

Comments
 (0)