class Jeweler

def release_to_git

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