From 69b44afbb5a4147e55210031a34de5fc828d9972 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 10 Jul 2016 16:27:44 +0200 Subject: [PATCH] Improve making-a-release a little --- doc/making-a-release | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/making-a-release b/doc/making-a-release index c2b43ef4..5d26b7ee 100644 --- a/doc/making-a-release +++ b/doc/making-a-release @@ -34,14 +34,17 @@ Windows builds (enrico?). Create a signed tag for the release in Git with 'git tag -s '. Website: update Releases, Documentation links, Release Notes, ChangeLog -and add a News item. Update the manual data and links in the filesystem -in /srv/www/www.geany.org/manual. Remember to update -current/hacking.html too. +and add a News item. +Use the /home/geany/update-manual script to update the manual data and links +in the filesystem at /srv/www/www.geany.org/manual, and to update +current/hacking.html. Announce on geany, devel, i18n mailing lists (check you're subscribed). -Put a news item on SourceForge (https://sourceforge.net/news/?group_id=153444) +Put a news item on SourceForge (https://sourceforge.net/p/geany/news/) and a new release on GitHub (https://github.com/geany/geany/releases). +Update the topic on the IRC channel. + For non-master releases, merge NEWS into master and any branch-only commits that need to merged.