Skip to content

Commit 027fe3f

Browse files
committed
no signed commit for now
1 parent 853012c commit 027fe3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ def tag_and_push(tagname: str):
150150

151151
system("git add -u")
152152
system(f'git commit -m "releasing {tagname}"')
153-
system(f"git tag {tagname} -s -F {release_filename}")
153+
# TODO signed commit
154+
system(f"git tag {tagname} -F {release_filename}")
154155
system(f"git push --atomic origin master {tagname}")
155156

156157

0 commit comments

Comments
 (0)