Skip to content

Commit 4d6685b

Browse files
authored
Prepare to generate r3.7.2 release documentation (#973)
1 parent 45b14ac commit 4d6685b

File tree

6 files changed

+18
-20
lines changed

6 files changed

+18
-20
lines changed

docs/content/mongocxx-v3/installation/linux.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ release tarball.
7777

7878
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
7979
page will have links to the release tarball for the version you wish you install. For
80-
example, to download version 3.7.1:
80+
example, to download version 3.7.2:
8181

8282
```sh
83-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.1/mongo-cxx-driver-r3.7.1.tar.gz
84-
tar -xzf mongo-cxx-driver-r3.7.1.tar.gz
85-
cd mongo-cxx-driver-r3.7.1/build
83+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.2/mongo-cxx-driver-r3.7.2.tar.gz
84+
tar -xzf mongo-cxx-driver-r3.7.2.tar.gz
85+
cd mongo-cxx-driver-r3.7.2/build
8686
```
8787

8888
Make sure you change to the `build` directory of whatever source tree you
@@ -142,4 +142,3 @@ Second, the uninstall script can be called:
142142
```sh
143143
sudo <install-dir>/share/mongo-cxx-driver/uninstall.sh
144144
```
145-

docs/content/mongocxx-v3/installation/macos.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ release tarball.
7777

7878
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
7979
page will have links to the release tarball for the version you wish you install. For
80-
example, to download version 3.7.1:
80+
example, to download version 3.7.2:
8181

8282
```sh
83-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.1/mongo-cxx-driver-r3.7.1.tar.gz
84-
tar -xzf mongo-cxx-driver-r3.7.1.tar.gz
85-
cd mongo-cxx-driver-r3.7.1/build
83+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.2/mongo-cxx-driver-r3.7.2.tar.gz
84+
tar -xzf mongo-cxx-driver-r3.7.2.tar.gz
85+
cd mongo-cxx-driver-r3.7.2/build
8686
```
8787

8888
Make sure you change to the `build` directory of whatever source tree you
@@ -142,4 +142,3 @@ Second, the uninstall script can be called:
142142
```sh
143143
sudo <install-dir>/share/mongo-cxx-driver/uninstall.sh
144144
```
145-

docs/content/mongocxx-v3/installation/windows.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ release tarball.
8080

8181
The [mongocxx releases](https://github.com/mongodb/mongo-cxx-driver/releases)
8282
page will have links to the release tarball for the version you wish you install. For
83-
example, to download version 3.7.1:
83+
example, to download version 3.7.2:
8484

8585
```sh
86-
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.1/mongo-cxx-driver-r3.7.1.tar.gz
87-
tar -xzf mongo-cxx-driver-r3.7.1.tar.gz
88-
cd mongo-cxx-driver-r3.7.1/build
86+
curl -OL https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.2/mongo-cxx-driver-r3.7.2.tar.gz
87+
tar -xzf mongo-cxx-driver-r3.7.2.tar.gz
88+
cd mongo-cxx-driver-r3.7.2/build
8989
```
9090

9191
Make sure you change to the `build` directory of whatever source tree you
@@ -171,4 +171,3 @@ Second, the uninstall script can be called:
171171
```sh
172172
C:\opt\mongo-cxx-driver\share\mongo-cxx-driver\uninstall.cmd
173173
```
174-

etc/apidocmenu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Currently, no drivers guarantee API or ABI stability.
2121

2222
| mongocxx |
2323
| ---------------------------------------------|
24+
| [mongocxx-3.7.2](../mongocxx-3.7.2) |
2425
| [mongocxx-3.7.1](../mongocxx-3.7.1) |
2526
| [mongocxx-3.7.0](../mongocxx-3.7.0) |
2627
| [mongocxx-3.6.7](../mongocxx-3.6.7) |

etc/generate-all-apidocs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ sub _try_run {
5959
r3.6.7
6060
r3.7.0
6161
r3.7.1
62+
r3.7.2
6263
);
6364

6465
sub main {
@@ -68,4 +69,3 @@ sub main {
6869
}
6970

7071
main();
71-

etc/releasing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For a minor release this should be the
1212
[waterfall](https://evergreen.mongodb.com/waterfall/cxx-driver) tracking the
1313
master branch (requires auth).
1414
For a patch release this is the waterfall tracking that branch. E.g. if you are
15-
releasing 3.7.1, then refer to the the waterfall tracking
15+
releasing 3.7.3, then refer to the the waterfall tracking
1616
[releases/v3.7](https://spruce.mongodb.com/commits/cxx-driver-v3.7)
1717
(requires auth).
1818

@@ -65,7 +65,7 @@ pip install -r etc/requirements.txt
6565

6666
If doing a minor release (e.g. releasing r3.8.0), stay on the master branch. You
6767
will create a new `releases/v3.8` branch later in the instructions. If doing a
68-
patch release (e.g. releasing r3.7.1), check out the corresponding release
68+
patch release (e.g. releasing r3.7.3), check out the corresponding release
6969
branch, which should be the existing `releases/v3.7` branch.
7070

7171
Create a tag for the commit to serve as the release (or release candidate):
@@ -211,7 +211,7 @@ This requires a macOS machine.
211211
If this is a stable release, update the [mongo-cxx-driver](https://github.com/Homebrew/homebrew-core/blob/master/Formula/mongo-cxx-driver.rb) homebrew formula, using: `brew bump-formula-pr --url <tarball url>`
212212

213213
Example:
214-
`brew bump-formula-pr mongo-cxx-driver --url https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.1/mongo-cxx-driver-r3.7.1.tar.gz`
214+
`brew bump-formula-pr mongo-cxx-driver --url https://github.com/mongodb/mongo-cxx-driver/releases/download/r3.7.3/mongo-cxx-driver-r3.7.3.tar.gz`
215215

216216
## File a DOCSP ticket if needed
217217

@@ -323,7 +323,7 @@ DH_VERBOSE=1 DEB_BUILD_OPTIONS="parallel=$(nproc)" gbp buildpackage --git-dist=s
323323
```
324324
$ sudo cowbuilder --login --basepath /var/cache/pbuilder/base-sid.cow/ --bindmounts $HOME
325325
# apt update && apt install -y lintian
326-
# lintian -viI mongo-cxx-driver_3.7.1-1_amd64.changes
326+
# lintian -viI mongo-cxx-driver_3.7.2-1_amd64.changes
327327
```
328328

329329
- You may need to update to the latest Debian policy, which you can do the

0 commit comments

Comments
 (0)