Skip to content

Commit

Permalink
fix(annotate_source): Remove errant re-tagging if no changes. (spinna…
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 authored Dec 8, 2017
1 parent c16cc78 commit 8999bc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dev/annotate_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ def tag_head(self):
# We didn't manually specify, but want to force a rebuild of the old tag.
elif self.__force_rebuild:
self.__tag_head_with_build(self.__current_version.tag)
run_quick('git -C {path} tag {next_tag} HEAD'
.format(path=self.path, next_tag=self.__current_version.tag))
return VersionBump(self.__current_version.tag, self.get_head_commit(), patch=True)
# Else fail.
else:
Expand Down

0 comments on commit 8999bc9

Please sign in to comment.