Skip to content

Creating a new gem version

Brendon Muir edited this page Mar 7, 2019 · 3 revisions
  1. Update the changelog using https://keepachangelog.com/ as a guide.
  2. Update the VERSION in lib/acts_as_list/version.rb with the new version of the gem. Commit and push the change.
  3. Run rake release.
Clone this wiki locally