From dd6e103d9c57799e22af2770781ed0629f5c3864 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 28 Oct 2023 15:14:01 +0900 Subject: [PATCH] Add "Release flow" to README.rdoc --- README.rdoc | 8 ++++++++ 1 file changed, 8 insertions(+) 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