Skip to content

Commit fd96103

Browse files
committed
Merge branch 'master' into CXX-2496
2 parents 30a5229 + 0b6488f commit fd96103

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# MongoDB C++ Driver
2-
[![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)
42
[![codecov](https://codecov.io/gh/mongodb/mongo-cxx-driver/branch/master/graph/badge.svg)](https://codecov.io/gh/mongodb/mongo-cxx-driver)
53
[![Documentation](https://img.shields.io/badge/docs-doxygen-blue.svg)](https://mongocxx.org/api/mongocxx-v3/)
64
[![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)