Skip to content

Instantly share code, notes, and snippets.

@rtekie
Created July 26, 2012 16:58
Show Gist options
  • Save rtekie/3183215 to your computer and use it in GitHub Desktop.
Save rtekie/3183215 to your computer and use it in GitHub Desktop.
Releases rake file skeleton
namespace "x.x.x.x" do
desc "bar"
task :foo => [:environment] do
# foo implementation goes here
end
end
namespace "y.y.y.y" do
# release y.y.y.y rake tasks go here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment