Some basic release process notes.
diff --git a/README.txt b/README.txt
index 609e383..dcf4556 100644
--- a/README.txt
+++ b/README.txt
@@ -179,3 +179,10 @@
 
 Docs from the in-development version of `mock` can be found at
 `mock.readthedocs.org <http://mock.readthedocs.org>`_.
+
+Releasing
+---------
+
+1. update mock.__version__
+2. commit, tag, push --tags origin master
+3. setup.py sdist bdist_wheel upload -s