mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Document release process
This commit is contained in:
parent
f4f094566f
commit
dd51c3b409
2 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,7 @@ LICENSE
|
|||
Manifest.txt
|
||||
README.md
|
||||
Rakefile
|
||||
Release.md
|
||||
bin/puma
|
||||
bin/puma-wild
|
||||
bin/pumactl
|
||||
|
|
9
Release.md
Normal file
9
Release.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Release process
|
||||
|
||||
Using "3.7.1" as a version string example.
|
||||
|
||||
1. `be rake release_sanity VERSION=3.7.1`
|
||||
2. `be rake release VERSION=3.7.1`
|
||||
3. Switch to latest JRuby version
|
||||
4. `rake java gem`
|
||||
5. `gem push pkg/puma-3.7.1-java.gem`
|
Loading…
Reference in a new issue