Releasing

  1. Update VERSION in lib/wipe_out/version.rb. Please follow semver
  2. Update CHANGELOG.md
    • Make sure any breaking change has notes and is clearly visible
  3. Commit your changes to master
  4. Create a new tag called vX.Y.Z where X, Y and Z are major, minor and patch versions.
   git tag -s vVERSION
  1. Push changes: git push && git push --tags
  2. Create new Github Release