From c7dd9de42ff93d94757a339fe3bf39dc42cd86f9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 20 May 2017 14:37:40 -0700 Subject: Replace release automation with click (#3557) * Replace release automation with click * Fix * fix --- docs/doing-a-release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/doing-a-release.rst b/docs/doing-a-release.rst index 2da2c80a..7cf012bb 100644 --- a/docs/doing-a-release.rst +++ b/docs/doing-a-release.rst @@ -42,7 +42,7 @@ The commit that merged the version number bump is now the official release commit for this release. You will need to have ``gpg`` installed and a ``gpg`` key in order to do a release. Once this has happened: -* Run ``invoke release {version}``. +* Run ``python release.py {version}``. The release should now be available on PyPI and a tag should be available in the repository. -- cgit v1.2.3