From 46f44e1c0c70e48861ce8d2381c35fc44727db63 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 17 Jun 2014 14:39:30 +0000 Subject: [PATCH] Add a reminder to update the date on download page to release HOWTO. This is probably useful as it was forgotten for 3.0.1. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/contributing/how-to-release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/contributing/how-to-release.md b/docs/contributing/how-to-release.md index a57d8239be..fc51e88cce 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -120,7 +120,8 @@ For major releases, submit the announcement to http://slashdot.org/submission Update www.wxwidgets.org, usually a news item is enough but something more can be called for for major releases. -Modify the links at downloads/index.html to point to the new release. +Modify the links at downloads/index.html to point to the new release. Also +update the release date on this page. Also update docs/index.html for the minor or major (i.e. not micro) releases.