mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 08:04:27 +01:00
Sign tags using my personal key
This commit is contained in:
parent
c70a3f9451
commit
dcc80ea16a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue