To release a new gem set:
- Make sure CI is passing
- Do a global search for
VERSION = '1.0.alpha1.<current point release>'and replace with the next point release. - Add a new row to
/current-status.mdwith the current data - Add a new file in
/release-notes(see existing files for format) - Update
README.mdwith last entry fromcurrent-status.md - Commit all the above. <- VERY IMPORTANT TO DO THIS BEFORE ADDING THE TAG
git tag 1.0.alpha1.<new point release>git push --tags origin edge<- once build passes gems will be released!!!- Add a new release note (add release in git hub): Copy contents of the release note you created