Skip to content

Instantly share code, notes, and snippets.

@englishm
Created August 8, 2012 20:14
Show Gist options
  • Save englishm/3298220 to your computer and use it in GitHub Desktop.
Save englishm/3298220 to your computer and use it in GitHub Desktop.
cap deploy:build_version
task :build_version, :except => { :no_release => true } do
deploy_date = Time.now.strftime('%F')
build_version = "#{deploy_date} #{tag}.build+#{current_revision}"
put(build_version,"#{current_release}/BUILD_VERSION")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment