Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
* <code>RACC_VERSION</code> in "ext/racc/com/headius/racc/Cparse.java"
* <code>RACC_VERSION</code> in "ext/racc/cparse/cparse.c"
* <code>VERSION</code> in "lib/racc/info.rb"
* Release as a gem by <code>rake release</code> with CRuby and JRuby because Racc gem provides 2 packages
* Create new release on {GitHub}[https://github.com/ruby/racc/releases]

== License

Expand Down