File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
26
26
27
27
2 . Update the HISTORY file and document all significant commits.
28
28
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.
30
30
31
31
4 . Commit: "RELEASE [ VERSION] "
32
32
@@ -36,7 +36,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
36
36
37
37
7 . Push tags and commit to GitHub (git push origin master, git push --tags).
38
38
39
- 8 . Build and push docs.
39
+ 8 . Build and push docs. (git: mongodb/apidocs)
40
40
41
41
9 . Push gems to Rubygems.org.
42
42
@@ -47,7 +47,7 @@ Before each relese to Rubygems.org, the following steps will be taken:
47
47
12 . Annouce release on mongodb-user and mongodb-dev.
48
48
49
49
## Rake Deploy Tasks
50
- 1 . rake deploy: change_version [ 1.6.1 ]
50
+ 1 . rake deploy: change_version [ x.x.x ]
51
51
2 . rake deploy: git_prepare
52
52
3 . rake deploy: git_push
53
53
4 . rake deploy: gem_build
You can’t perform that action at this time.
0 commit comments