From dd32e95c84b0075b14d9a07514bfd020fa252c59 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 9 Jul 2014 21:14:24 -0500 Subject: add an automated commit message for tagging during the release process --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasks.py') diff --git a/tasks.py b/tasks.py index 65e33aea..c9fdfa99 100644 --- a/tasks.py +++ b/tasks.py @@ -81,7 +81,7 @@ def release(version): """ ``version`` should be a string like '0.4' or '1.0'. """ - invoke.run("git tag -s {0}".format(version)) + invoke.run("git tag -s {0} -m '{0} release'".format(version)) invoke.run("git push --tags") invoke.run("python setup.py sdist") -- cgit v1.2.3