From 8850cf95e80a5922f17f04c06c697b6fcd46f4d7 Mon Sep 17 00:00:00 2001 From: baztian Date: Tue, 21 Mar 2017 20:16:01 +0100 Subject: [PATCH] Fix development notes on how to publish a new release. --- README_development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_development.rst b/README_development.rst index 84966e0..11bba85 100644 --- a/README_development.rst +++ b/README_development.rst @@ -69,4 +69,4 @@ Build a new release 9. Send new version and tags to github origin. :: - $ git push origin master --tags + $ git push origin master --follow-tags