bin/gitscape in gitscape-1.5.7 vs bin/gitscape in gitscape-1.6.1

- old
+ new

@@ -69,9 +69,11 @@ Gitscape::Base.new.hotfix_finish hotfix_branch, options when "release_start" Gitscape::Base.new.release_start options when "release_finish" Gitscape::Base.new.release_finish options + when "tag_cleanup" + Gitscape::Base.new.tag_cleanup options else puts "Unknown command: #{command_name}" end end