Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit d955714

Browse files
committed
Merge pull request #317 from autopulated/master
create annotated tags; fixes #312
2 parents 2738e90 + 5d68f05 commit d955714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yotta/lib/vcs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def commit(self, message, tag=None):
183183
]
184184
if tag:
185185
commands.append(
186-
self._gitCmd('tag', tag),
186+
self._gitCmd('tag', tag, '-a', '-m', tag),
187187
)
188188
self._execCommands(commands)
189189

0 commit comments

Comments
 (0)