From 832c704443aced0faa5480aa9b4a4abdac495e95 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Sun, 8 Oct 2017 16:28:44 +0200 Subject: [PATCH] contrib/release.py: website: add all changes to the commit Signed-off-by: Nicolas Sebrecht --- contrib/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/release.py b/contrib/release.py index 8719d6e..3da1074 100755 --- a/contrib/release.py +++ b/contrib/release.py @@ -309,7 +309,7 @@ Then, commit and push changes of the website.""".format(SPHINXBUILD, DOCSDIR)) return Git.checkout(branchName, create=True) - Git.add('_doc/versions') + Git.add('.') Git.commit("update for offlineimap v{}".format(version)) User.pause(