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