diff --git a/mozilla/tools/release/Bootstrap/Step/PatcherConfig.pm b/mozilla/tools/release/Bootstrap/Step/PatcherConfig.pm index 86e83fbfb4d..de177c79307 100644 --- a/mozilla/tools/release/Bootstrap/Step/PatcherConfig.pm +++ b/mozilla/tools/release/Bootstrap/Step/PatcherConfig.pm @@ -151,6 +151,8 @@ sub BumpPatcherConfig { $currentUpdateObj->{'from'} = $oldVersion; } + $currentUpdateObj->{'details'} = 'http://%locale%.www.mozilla.com/%locale%/firefox/' . $version . '/releasenotes/'; + $currentUpdateObj->{'rc'} = {}; foreach my $c (@{$RELEASE_CANDIDATE_CHANNELS}) { $currentUpdateObj->{'rc'}->{$c} = "$rc";