Index: trunk/tools/make-release/make-release |
— | — | @@ -265,11 +265,10 @@ |
266 | 266 | sys.exit(1) |
267 | 267 | |
268 | 268 | # Write email template |
269 | | - # TODO: Append RELEASE-NOTES with version number |
270 | | - # TODO: Change RELEASE-NOTES to use http://www.mediawiki.org/wiki/Release_notes/ |
271 | 269 | print |
272 | 270 | print "Full release notes:" |
273 | | - print 'http://svn.wikimedia.org/svnroot/mediawiki/' +branch+ '/phase3/RELEASE-NOTES' |
| 271 | + print 'https://svn.wikimedia.org/svnroot/mediawiki/' + branch + '/phase3/RELEASE-NOTES-' + dir |
| 272 | + print 'https://www.mediawiki.org/wiki/Release_notes/' + dir |
274 | 273 | print |
275 | 274 | print |
276 | 275 | print '**********************************************************************' |