From 52e63b54ffc6fdf83f1a37f67f3cd8fd330f0ac4 Mon Sep 17 00:00:00 2001 From: Adrian Wolny Date: Fri, 28 Feb 2020 16:54:33 +0100 Subject: [PATCH] Readme update --- conda-recipe/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/README.md b/conda-recipe/README.md index fb987994..72f2232d 100644 --- a/conda-recipe/README.md +++ b/conda-recipe/README.md @@ -8,5 +8,5 @@ In order to create conda package: 1. Make sure that `bumpversion` is installed in your conda env 2. Checkout master branch 3. Run `bumpversion patch` (or `major` or `minor`) -4. Run `git push --follow-tags` (trigger Travis build) +4. Run `git push && git push --tags` (trigger Travis build) 5. The rest is going to be made by Travis (i.e. conda build + upload) \ No newline at end of file