diff --git a/RELEASING.md b/RELEASING.md new file mode 100644 index 00000000..349b8a0f --- /dev/null +++ b/RELEASING.md @@ -0,0 +1,8 @@ +Releasing +========= + +1. Update `VERSION` in `analytics/version.py` to the new version. +2. Update the `HISTORY.md` for the impending release. +3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version) +4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version). +5. `make dist`.