From d16341966a74ac14946a27a8ba94ed9fa9832516 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 9 Jul 2017 07:26:35 +0000 Subject: [PATCH] Don't wrtie summary to changelog file. git-svn-id: http://svn.redmine.org/redmine/trunk@16784 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- script/changelog.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/changelog.rb b/script/changelog.rb index e7ecece34..553e8e060 100644 --- a/script/changelog.rb +++ b/script/changelog.rb @@ -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 -- 2.39.5