mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Sign tags using my personal key
This commit is contained in:
parent
c70a3f9451
commit
dcc80ea16a
@ -228,5 +228,5 @@ class TagRelease(Command):
|
||||
|
||||
def run(self, opts):
|
||||
self.info('Tagging release')
|
||||
subprocess.check_call('git tag -a v{0} -m "version-{0}"'.format(__version__).split())
|
||||
subprocess.check_call('git tag -s v{0} -m "version-{0}"'.format(__version__).split())
|
||||
subprocess.check_call('git push origin v{0}'.format(__version__).split())
|
||||
|
Loading…
x
Reference in New Issue
Block a user