diff --git a/scripts/release_notes.rb b/scripts/release_notes.rb index 7bb8a0e207..45e371777e 100755 --- a/scripts/release_notes.rb +++ b/scripts/release_notes.rb @@ -88,7 +88,7 @@ def gather_issues(offset = 0) puts end -puts "*A full list of changes in #{@current_release_name} is available via [Redmine](https://projects.theforeman.org/issues?set_filter=1&sort=id%3Adesc&status_id=closed&f[]=cf_12&op[cf_12]=%3D&v[cf_12]=#{@current_release_id})*" +puts "*A full list of changes in #{@current_release_name} is available via [Redmine](https://projects.theforeman.org/issues?set_filter=1&sort=id%3Adesc&status_id=closed&f[]=cf_12&op[cf_12]=%3D&v[cf_12][]=#{@current_release_id})*" puts "\n----------[End of notes]----------\n"