1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Add Github release instructions [ci skip]

This commit is contained in:
Nate Berkopec 2020-02-27 13:22:12 -06:00
parent f6278fb4d3
commit 3bd0e4f5f6
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6

View file

@ -11,6 +11,7 @@
Using "3.7.1" as a version example.
1. `bundle exec rake release`
2. Switch to latest JRuby version
3. `rake java gem`
4. `gem push pkg/puma-3.7.1-java.gem`
2. `gem push --key github --host https://rubygems.pkg.github.com/puma pkg/puma-VERSION.gem`
3. Switch to latest JRuby version
4. `rake java gem`
5. `gem push pkg/puma-VERSION-java.gem`