Skip to content

Commit d9964aa

Browse files
pavanshekarLennonka
authored andcommitted
Improve Redmine link description in release notes
1 parent efc6aca commit d9964aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/doc-Release_Notes/redmine_release_notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ redmine_link = build_uri('/issues', [['set_filter', '1'], ['sort', 'id:desc'], [
8686

8787
puts "= #{project.capitalize} #{release_name}"
8888
puts
89-
puts "A full list of changes is available on #{redmine_link}[Redmine]"
89+
puts "You can find the complete list of changes on #{redmine_link}[Redmine]."
9090

9191
projects = Hash.new { |hash, key| hash[key] = {issues: [], categories: Hash.new { |c, k| c[k] = [] }} }
9292

0 commit comments

Comments
 (0)