From ee698b50c4dd12141e5c6c5b86939c6ef80e213a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 2 Jul 2017 12:03:49 +0000 Subject: [PATCH] Link to version in changelog. git-svn-id: http://svn.redmine.org/redmine/trunk@16749 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 e25616d9f..9e4618ce8 100644 --- a/script/changelog.rb +++ b/script/changelog.rb @@ -287,7 +287,7 @@ module Redmine out_file << "== #{r_date} v#{v_name}\n\n" elsif target == 'website' out_file << "h1. Changelog #{v_name}\n\n" if n_branch == true - out_file << "h2. #{v_name} (#{r_date})\n\n" + out_file << "h2. version:#{v_name} (#{r_date})\n\n" end # Print the categories...