We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd4f43 commit 7bd6dcdCopy full SHA for 7bd6dcd
README.md
@@ -2,6 +2,17 @@
2
3
Welcome to the MongoDB C++ Driver!
4
5
+## Branches - `releases/stable` versus `master`
6
+
7
+The default checkout branch of this repository is `releases/stable`.
8
+This will always contain the latest stable release of the driver. The
9
+ `master` branch is used for active development. `master` should
10
+**only** be used when making contributions back to the driver, as it
11
+is not stable for use in production.
12
13
+See [Driver Status by family and version](#driver-status-by-family-and-version)
14
+for more details about the various versions of the driver.
15
16
## Resources
17
18
* [MongoDB C++ Driver Quickstart](https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/tutorial/)
0 commit comments