From d3e4a8eda6cfb416cea47f4c1b1b62a75e68b4a7 Mon Sep 17 00:00:00 2001 From: baztian Date: Wed, 27 May 2020 22:50:47 +0200 Subject: [PATCH] Fix development readem --- README_development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_development.rst b/README_development.rst index cd3e994..466785c 100644 --- a/README_development.rst +++ b/README_development.rst @@ -67,4 +67,4 @@ Build a new release 9. Send new version and tags to github origin. :: - $ git push --follow-tags && push --tags + $ git push --follow-tags && git push --tags