mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 08:23:03 +02:00
IGN:Tag release
This commit is contained in:
parent
36a468dd5f
commit
ecb773c72f
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
def tag_release():
|
||||
print 'Tagging release'
|
||||
check_call('bzr tag '+__version__)
|
||||
check_call('bzr commit -m "Updated translations"')
|
||||
check_call('bzr commit --unchanged -m "IGN:Tag release"')
|
||||
|
||||
def build_installer(installer, vm, timeout=25):
|
||||
if os.path.exists(installer):
|
||||
|
|
|
|||
Loading…
Reference in a new issue