From d4ac5b6ca4e48e6357c48a8b1a0e99066eeb5427 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava Date: Tue, 31 Jan 2017 12:15:20 -0800 Subject: [PATCH] add releasing instructions --- RELEASING.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 RELEASING.md 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`.