Skip to content

Commit c107c84

Browse files
committed
finish-up releasing notes in BUILDING.md
1 parent 1aa736d commit c107c84

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

BUILDING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ one can run a tests Ruby-style e.g. `jruby -Ilib:. src/test/ruby/test_bn.rb`
3737
* (advised) run JRuby's full suite using the staged new jruby-openssl gem
3838
e.g. https://github.com/jruby/jruby/commit/1df6315e9145195f19ad862be5e3a5
3939

40+
* (advised) release the staging repository at Sonatype's if all is well
41+
42+
* (optional) update JRuby to bundle new jruby-openssl gem (remove staging)
43+
e.g. https://github.com/jruby/jruby/commit/8750e736491825eec1d1954a07d492
44+
4045
* gem push the build gem from pkg/ e.g. `gem push pkg/jruby-openssl-0.9.15.gem`
4146

4247
* tag the release e.g. `git tag v0.9.15`
@@ -46,7 +51,7 @@ one can run a tests Ruby-style e.g. `jruby -Ilib:. src/test/ruby/test_bn.rb`
4651

4752
* `git push origin master --tags`
4853

49-
* e.g. https://github.com/jruby/jruby/commit/8750e736491825eec1d1954a07d492
54+
* (advised) ... take the rest of the day off!
5055

5156

5257
#### Manually Deploying

0 commit comments

Comments
 (0)