Skip to content

Commit

Permalink
all tags should be signed on release
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Apr 24, 2022
1 parent 4a95300 commit 42b6b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Expand Up @@ -161,7 +161,7 @@ class Git(Command):

@staticmethod
def tags():
return os.popen('git tag').read().split('-')[0].strip().split('\n')
return os.popen('git tag -s').read().split('-')[0].strip().split('\n')

@staticmethod
def tag(release):
Expand Down

0 comments on commit 42b6b9a

Please sign in to comment.