diff --git a/docs/project/release_manager_guide.pod b/docs/project/release_manager_guide.pod index 9b884de56c..1562ebd4c5 100644 --- a/docs/project/release_manager_guide.pod +++ b/docs/project/release_manager_guide.pod @@ -143,10 +143,16 @@ pending release you're currently building. =item 2 -Update F with the new version number and any other changes which -have occurred since the last release. Hopefully, the committers are updating -these files as they work. But, if not, then it's probably a good idea to gather -the updates weekly rather than wait until the day of the release. +Run + + perl tools/dev/new_changelog_skeleton.pl + +to update F with the new version number and a skeleton announcement. + +Add any other changes which have occurred since the last release. Hopefully, +the committers are updating these files as they work. But, if not, then it's +probably a good idea to gather the updates weekly rather than wait until the +day of the release. =item 3