summaryrefslogtreecommitdiff
path: root/bumper
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-14 12:13:34 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-14 12:13:34 +0200
commit03fa7f7d8f6d9597fa4f61f5ba57002d6f8427e6 (patch)
tree5ae99e0eaa61279b55a0024f3542dcdbcba445be /bumper
parent6c6fa3c97011e6eef0792665f4942b36f7091d75 (diff)
downloadbumper-03fa7f7d8f6d9597fa4f61f5ba57002d6f8427e6.tar.gz
Sign release tags
Diffstat (limited to 'bumper')
-rwxr-xr-xbumper2
1 files changed, 1 insertions, 1 deletions
diff --git a/bumper b/bumper
index fe37f14..41f50a4 100755
--- a/bumper
+++ b/bumper
@@ -37,7 +37,7 @@ class Bumper(cliapp.Application):
name = self.get_project_name()
tag_name = '{}-{}'.format(name, version)
msg = 'Release version {}'.format(version)
- cliapp.runcmd(['git', 'tag', '-am', msg, tag_name])
+ cliapp.runcmd(['git', 'tag', '-sam', msg, tag_name])
def get_project_name(self):
output = cliapp.runcmd(['python', 'setup.py', '--name'])