From 29c421232aa99c186f0cb401d5b21ad3eb35cad9 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 19 Oct 2013 16:41:32 +0200 Subject: [PATCH] Update website update instructions for release. --- RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.txt b/RELEASE.txt index 5772cf77..b339bb51 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -51,7 +51,7 @@ How to make a new release of ``skimage`` - Add previous stable version documentation path to disallowed paths in `robots.txt` - Build using ``make gh-pages``. - - Push upstream: ``git push`` in ``gh-pages``. + - Push upstream: ``git push origin master`` in ``gh-pages``. - Update the development docs for the new version ``0.Xdev`` just like above