You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/contributing/mongocxx-release-guide.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,10 @@ git commit -am "post r3.0.1"
153
153
git push origin master
154
154
```
155
155
156
+
## File a DOCS ticket
157
+
158
+
If there is any change to the driver-server compatibility matrix or language compatibility matrix file a [DOCS ticket](https://jira.mongodb.org/browse/DOCS/).
159
+
156
160
## Email Google Groups
157
161
158
162
* Send it to mongodb-announce@googlegroups.com AND mongodb-user@googlegroups.com
@@ -216,9 +220,6 @@ mailing list. Bug reports should be filed against the
216
220
[CXX](https://jira.mongodb.org/browse/CXX) project in the MongoDB JIRA.
217
221
Your feedback on the C++11 driver is greatly appreciated.
218
222
219
-
## File a DOCS ticket
220
-
221
-
If there is any change to the driver-server compatibility matrix or language compatibility matrix file a [DOCS ticket](https://jira.mongodb.org/browse/DOCS/).
0 commit comments