From 27a52430720c3f53f23afd0ee740ab93edfaa855 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Thu, 20 Dec 2018 14:16:07 +0100 Subject: [PATCH] Update docs/source/contributing/tasks.md Co-Authored-By: minrk --- docs/source/contributing/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/tasks.md b/docs/source/contributing/tasks.md index f23c94c3..e6ceea55 100644 --- a/docs/source/contributing/tasks.md +++ b/docs/source/contributing/tasks.md @@ -106,7 +106,7 @@ We try to make a release of repo2docker every few months if possible. We follow semantic versioning. -Check that the Change log is ready and then tag a new release on GitHub: +Check that the Change log is ready and then tag a new release locally: ```bash V=0.7.0 git tag -am "release $V" $V