- Make sure tests pass and your last local commit matches master.
- Run tests with latest jruby
- Update the version in
const.rb
. - On minor or major version updates i.e. from 3.10.x to 3.11.x update the "codename" in
const.rb
. We usually allow the leader ofgit shortlog -s -n --no-merges <LAST_VERSION>..HEAD
name the version. - Create history entries with https://github.com/MSP-Greg/issue-pr-link
- Usually I run it from the puma repo, with
$ ruby ../issue-pr-link/json_pr_issue_all.rb ../issue-pr-link/info.sample
then$ ruby ../issue-pr-link/history_new_release.rb ../issue-pr-link/info.sample <LAST_VERSION_TAG>
then$ ruby ../issue-pr-link/json_history_update.rb ../issue-pr-link/info.sample
- Usually I run it from the puma repo, with
Using "3.7.1" as a version example.
bundle exec rake release
- Switch to latest JRuby version
rake java gem
gem push pkg/puma-VERSION-java.gem
- Add release on Github at https://github.com/puma/puma/releases/new