Skip to content

Commit 532b1ab

Browse files
committed
Evergreen link updates
- remove link from public README - in release procedure documentation note that auth is required
1 parent 49275f2 commit 532b1ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# MongoDB C++ Driver
22
[![Travis Build Status](https://travis-ci.org/mongodb/mongo-cxx-driver.svg?branch=master)](https://travis-ci.org/mongodb/mongo-cxx-driver)
3-
[![Evergreen Build Status](https://img.shields.io/badge/build-evergreen-brightgreen)](https://evergreen.mongodb.com/waterfall/cxx-driver)
43
[![codecov](https://codecov.io/gh/mongodb/mongo-cxx-driver/branch/master/graph/badge.svg)](https://codecov.io/gh/mongodb/mongo-cxx-driver)
54
[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](https://mongocxx.org/api/mongocxx-v3/)
65
[![Documentation](https://img.shields.io/badge/docs-mongocxx-green.svg)](https://mongocxx.org/)

etc/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ If doing a release on a version prior to 3.5.0, follow the old instructions from
66
Ensure the latest commit has run tests on the Evergreen waterfall.
77

88
For a minor release this should be the waterfall tracking the master branch:
9-
https://evergreen.mongodb.com/waterfall/cxx-driver
9+
https://evergreen.mongodb.com/waterfall/cxx-driver (requires auth)
1010
For a patch release this is the waterfall tracking that branch. E.g. if you are releasing 3.7.1, then the waterfall tracking releases/v3.7:
11-
https://spruce.mongodb.com/commits/cxx-driver-v3.7
11+
https://spruce.mongodb.com/commits/cxx-driver-v3.7 (requires auth)
1212

1313
If there are test failures, ensure they are at least expected or not introduced by changes in the new release.
1414

0 commit comments

Comments
 (0)