From 051f7ff114879a3661037e5a7316ccb1b3144143 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Wed, 30 Mar 2016 11:02:19 -0400 Subject: [PATCH] DOC: Updated release process doc based on discrepancies found during latest release --- docs/source/release-process.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/release-process.rst b/docs/source/release-process.rst index ed53dd19..e9c21531 100644 --- a/docs/source/release-process.rst +++ b/docs/source/release-process.rst @@ -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.