We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f0945 commit dd51c3bCopy full SHA for dd51c3b
Manifest.txt
@@ -6,6 +6,7 @@ LICENSE
6
Manifest.txt
7
README.md
8
Rakefile
9
+Release.md
10
bin/puma
11
bin/puma-wild
12
bin/pumactl
Release.md
@@ -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`
+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`
0 commit comments