release.py: Use a proper commit message for the +git commit

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-05-18 03:30:54 -04:00
parent 1c4738bfdc
commit 660621d77e

View File

@ -105,7 +105,7 @@ if __name__ == '__main__':
sh = 'perl -pi -e "s/^version\s*=.*/version = \'%s\'/" %s' % \
(v + '+git', fn)
system(sh, 'Error changing version in %s' % fn)
system('git commit %s -m \'Updated to %s.\' %s'
system('git commit %s -m \'Updated to %s+git.\' %s'
% (sign, v, ' '.join(versionFiles)))
if not dryrun: