lib/incr/service/repository.rb in incr-0.7.1 vs lib/incr/service/repository.rb in incr-1.0.0

- old
+ new

@@ -14,10 +14,10 @@ def commit(message) @git.commit(message) end def tag(name) - @git.add_tag(name) + @git.add_tag(name, annotate: true, message: name) end end end end