mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
503 B
503 B
Release Process
For maintainers of Ransack.
To release a new version of Ransack and publish it to RubyGems, take the following steps:
- Create a new release, marked
Prerelease
. - Update the versions file to the new release, commit and push to
master
. - Update the
version.rb
file to the new release, commit and push tomaster
. - From the terminal, run the following commands:
rake build
rake release