Skip to content

Commit

Permalink
Changes to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 5, 2012
1 parent 21a97f2 commit a9e05fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASING_HYDRA_HEAD.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Update /HYDRA_VERSION

rake all:release
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ end


namespace :all do
task :build => FRAMEWORKS.map { |f| "#{f}:build" } + ['rails:build']
task :install => FRAMEWORKS.map { |f| "#{f}:install" } + ['rails:install']
task :push => FRAMEWORKS.map { |f| "#{f}:push" } + ['rails:push']
task :build => FRAMEWORKS.map { |f| "#{f}:build" } + ['hydra-head:build']
task :install => FRAMEWORKS.map { |f| "#{f}:install" } + ['hydra-head:install']
task :push => FRAMEWORKS.map { |f| "#{f}:push" } + ['hydra-head:push']

task :ensure_clean_state do
unless `git status -s | grep -v RAILS_VERSION`.strip.empty?
Expand Down

0 comments on commit a9e05fb

Please sign in to comment.