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.