16 17 18
# File 'lib/xcode/project/tagger.rb', line 16 def tag sh *%W[git tag -a #{version} -m #{"Released #{version}"}] end