Created
July 26, 2012 16:58
-
-
Save rtekie/3183215 to your computer and use it in GitHub Desktop.
Releases rake file skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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