Skip to content

Commit dd51c3b

Browse files
committed
Document release process
1 parent f4f0945 commit dd51c3b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Manifest.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ LICENSE
66
Manifest.txt
77
README.md
88
Rakefile
9+
Release.md
910
bin/puma
1011
bin/puma-wild
1112
bin/pumactl

Release.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Release process
2+
3+
Using "3.7.1" as a version string example.
4+
5+
1. `be rake release_sanity VERSION=3.7.1`
6+
2. `be rake release VERSION=3.7.1`
7+
3. Switch to latest JRuby version
8+
4. `rake java gem`
9+
5. `gem push pkg/puma-3.7.1-java.gem`

0 commit comments

Comments
 (0)