mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix task comment to match which file should be changed
[ci skip]
This commit is contained in:
parent
ce0df82057
commit
470108b6e9
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -45,7 +45,7 @@ else
|
|||
Rails::API::StableTask.new('rdoc')
|
||||
end
|
||||
|
||||
desc 'Bump all versions to match version.rb'
|
||||
desc 'Bump all versions to match RAILS_VERSION'
|
||||
task :update_versions => "all:update_versions"
|
||||
|
||||
# We have a webhook configured in GitHub that gets invoked after pushes.
|
||||
|
|
Loading…
Reference in a new issue