Browse Source

Don't wrtie summary to changelog file.

git-svn-id: http://svn.redmine.org/redmine/trunk@16784 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Jean-Philippe Lang 7 years ago
parent
commit
d16341966a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      script/changelog.rb

+ 1
- 1
script/changelog.rb View File

@@ -310,7 +310,7 @@ module Redmine
out_file << "\n"
end

out_file << summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt)
summary(v_name, target, i_cnt, nc_i_cnt, no_of_issues, c_cnt)

out_file.close
end

Loading…
Cancel
Save