From 6d29210cf45dcd4e57681146a9ce0a0c910381b9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 9 Aug 2020 09:05:09 -0700 Subject: [PATCH] Updated docs on what happens when a release goes out --- docs/contributing.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 049ac76f..118146cf 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -129,7 +129,6 @@ Release process Datasette releases are performed using tags. When a new version tag is pushed to GitHub, a `Travis CI task `__ will perform the following: * Run the unit tests against all supported Python versions. If the tests pass... -* Set up https://v0-25-1.datasette.io/ (but with the new tag) to point to a live demo of this release * Build a Docker image of the release and push a tag to https://hub.docker.com/r/datasetteproject/datasette * Re-point the "latest" tag on Docker Hub to the new image * Build a wheel bundle of the underlying Python source code