From 6a24731971ccc123926246b3cebb85710965e75b Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Tue, 29 Mar 2016 16:57:49 -0400 Subject: [PATCH] DOC: Updated release process doc for github release --- docs/source/release-process.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/release-process.rst b/docs/source/release-process.rst index 5d1f4e19..a3788bf8 100644 --- a/docs/source/release-process.rst +++ b/docs/source/release-process.rst @@ -42,6 +42,9 @@ To upgrade the version use the git tag command like: This will push the the code and the tag information. +Next, click the "Draft a new release" button on the `zipline releases page +`__. For the new release, +choose the tag you just pushed, and publish the release. Uploading PyPI packages ~~~~~~~~~~~~~~~~~~~~~~~