diff --git a/README.rdoc b/README.rdoc
index a846cf40..caf0b02c 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -57,6 +57,14 @@
For details of Racc, see HTML documents placed under 'doc/en/'
and sample grammar files under 'sample/'.
+== Release flow
+
+* Update VERSION number of these files
+ * RACC_VERSION in "ext/racc/com/headius/racc/Cparse.java"
+ * RACC_VERSION in "ext/racc/cparse/cparse.c"
+ * VERSION in "lib/racc/info.rb"
+* Release as a gem by rake release with CRuby and JRuby because Racc gem provides 2 packages
+* Create new release on {GitHub}[https://github.com/ruby/racc/releases]
== License