DOC: Updated release process doc based on discrepancies

found during latest release
This commit is contained in:
Richard Frank
2016-03-30 11:24:38 -04:00
parent bd8c96846d
commit 051f7ff114
+5 -1
View File
@@ -24,6 +24,9 @@ longer be pending release.
Update the title of the release from "Development" to "Release x.x.x" and
update the underline of the title to match the title's width.
If you are renaming the release at this point, you'll need to git mv the file
and also update releases.rst to reference the renamed file.
Updating the ``__version__``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -177,7 +180,8 @@ Uploading conda packages
Travis and AppVeyor build zipline conda packages for us. Once they have built
and uploaded to anaconda.org the packages (and their dependencies) for the
release commit to master, we should move those packages from the "ci" label to
the "main" label. You can do this from the anaconda.org web interface.
the "main" label. You can do this from the anaconda.org web interface. This
is also a good time to remove all the old "ci" packages from anaconda.
Travis and AppVeyor only build and upload linux-64 and win-64 packages. We'll
need to build and upload osx-64 packages manually on an OSX machine.