class Jeweler

def release_to_git(args)

def release_to_git(args)
  Jeweler::Commands::ReleaseToGit.build_for(self).run(args)
end