Skip to content

Commit 9eab7ad

Browse files
committed
RELEASE 1.6.4
1 parent 1ca76ad commit 9eab7ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
2626

2727
2. Update the HISTORY file and document all significant commits.
2828

29-
3. Update the version in lib/bson.rb, lib/mongo/version.rb, and ext/version.h.
29+
3. Update the version in lib/bson.rb, lib/mongo/version.rb, and ext/cbson/version.h.
3030

3131
4. Commit: "RELEASE [VERSION]"
3232

@@ -36,7 +36,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
3636

3737
7. Push tags and commit to GitHub (git push origin master, git push --tags).
3838

39-
8. Build and push docs.
39+
8. Build and push docs. (git: mongodb/apidocs)
4040

4141
9. Push gems to Rubygems.org.
4242

@@ -47,7 +47,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
4747
12. Annouce release on mongodb-user and mongodb-dev.
4848

4949
## Rake Deploy Tasks
50-
1. rake deploy:change_version[1.6.1]
50+
1. rake deploy:change_version[x.x.x]
5151
2. rake deploy:git_prepare
5252
3. rake deploy:git_push
5353
4. rake deploy:gem_build

0 commit comments

Comments
 (0)