Skip to content

Commit

Permalink
add releasing instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jan 31, 2017
1 parent bc0ac91 commit d4ac5b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit d4ac5b6

Please sign in to comment.