Skip to content

Commit

Permalink
* Moved task description to correct location.
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Aug 5, 2013
1 parent ee96f0c commit ebafa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ namespace :test do
end
end

desc 'Generate release docs for a given milestone'
task :release_docs do
raise "\n This task requires Ruby 1.9 or newer to parse JSON as YAML.\n\n" if RUBY_VERSION == '1.8.7'
categories, grouped_issues, milestone, milestone_description, milestone_name = get_github_issues
Expand Down Expand Up @@ -146,7 +147,6 @@ task :stats do
puts "\nTotal: #{total}\n\n"
end

desc 'Generate release docs for a given milestone'

def get_github_issues
puts 'GitHub login:'
Expand Down

0 comments on commit ebafa58

Please sign in to comment.