From 5273e9b8c4b82fbb36b0515b50c56097b10a4ada Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Fri, 27 Nov 2020 15:48:06 +0100 Subject: [PATCH] Fix some typos --- docs/source/release_process.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/release_process.rst b/docs/source/release_process.rst index 9b31263..d6c0b9a 100644 --- a/docs/source/release_process.rst +++ b/docs/source/release_process.rst @@ -34,10 +34,11 @@ Follow these steps to create a release: .. code-block:: shell $ git pull - $ git tag -a rel/x.y.z -m "Tagging release x.y.z" + $ VERSION="x.y.z" + $ git tag -a rel/$VERSION -m "Tagging release $VERSION" $ git push --tags -- A new build for the tag should appear to `Travis`_. Once the *deploy* stage +- A new build for the tag should appear on `Travis`_. Once the *deploy* stage has run successfully, the new version should be available on `pypi.org`_. - The documentation on `Read The Docs`_ is automatically updated. A new version based on the git tag is also added. Note that the default documentation version