Skip to content

CXX-2974 Update references to the "latest release" EVG project #1104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions etc/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ and select the version "Pre CXX-584".
Ensure the latest commit has run tests on the Evergreen waterfall.

For a minor release this should be the
[waterfall](https://spruce.mongodb.com/commits/cxx-driver) tracking the
[waterfall](https://spruce.mongodb.com/commits/mongo-cxx-driver) tracking the
master branch (requires auth).
For a patch release this is the waterfall tracking that branch. E.g. if you are
releasing 3.7.3, then refer to the the waterfall tracking
[releases/v3.7](https://spruce.mongodb.com/commits/cxx-driver-v3.7)
For a patch release this is the waterfall tracking the latest release. E.g. if you are
releasing 1.2.3, then refer to the the waterfall tracking
[releases/v1.2](https://spruce.mongodb.com/commits/mongo-cxx-driver-latest-release)
(requires auth).

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

```
evergreen patch -p cxx-driver -v packaging -t rpm-package-build -f
evergreen patch -p mongo-cxx-driver -v packaging -t rpm-package-build -f
```

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