Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.17 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Dir.chdir ENV["SRCROOT"]
  2. Dir.chdir ".."
  3. puts Dir.pwd
  4. REVISION = `/usr/bin/git log --pretty=format:'' | wc -l`.scan(/\d/).to_s
  5. `/usr/bin/git tag -a #{REVISION} -m '#{REVISION}'`