2018-04-12 15:38:52 -04:00
|
|
|
## Before Release
|
|
|
|
|
|
|
|
- Make sure tests pass and your last local commit matches master.
|
|
|
|
- Run tests with latest jruby
|
|
|
|
- Update the version in `const.rb`.
|
|
|
|
- Make sure there is a history entry in `History.md`.
|
|
|
|
- On minor version updates i.e. from 3.10.x to 3.11.x update the "codename" in `const.rb`.
|
|
|
|
|
2017-02-20 10:23:17 -05:00
|
|
|
# Release process
|
|
|
|
|
2017-08-17 15:14:24 -04:00
|
|
|
Using "3.7.1" as a version example.
|
2017-02-20 10:23:17 -05:00
|
|
|
|
2017-08-21 10:41:08 -04:00
|
|
|
1. `bundle exec rake release`
|
2020-02-27 14:22:12 -05:00
|
|
|
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`
|