contrib/release.py: website: add all changes to the commit

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2017-10-08 16:28:44 +02:00
parent 0d65762168
commit 832c704443
1 changed files with 1 additions and 1 deletions

View File

@ -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(