From 7a56a200bfdc02d550c45d3864e8d0028d07d4f7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 28 Apr 2020 00:52:13 +0200 Subject: [PATCH] Remove the mention of update_release_info.rb from release HOWTO This is now done automatically in the GitHub action of wxWidgets/website repository. Do mention that rebuilding the web site requires the release to be available. --- docs/contributing/how-to-release.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/contributing/how-to-release.md b/docs/contributing/how-to-release.md index 89ca524a99..3fa7e345de 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -161,14 +161,16 @@ E.g. to create documentation for `v3.0.z` release: Update https://www.wxwidgets.org: * Update release information (at least `version` and `released`) in `_data/relases.yml`. -* Download information can then be updated by running `update_release_info.rb`. - This will update the asset information from GitHub. * Update the list of compilers used for making MSW binaries in `downloads/index.md` if necessary (note that there is no need to update anything else, the page will dynamically show the release files with the specified prefixes). * Add a news item. Usually a news item is enough but something more can be called for for major releases +* Push the changes (or create the PR with them) to GitHub. Note that this will + trigger the site rebuild which will fail if the release statistics are not + available yet, so make sure to publish the release on GitHub first (or wait + an hour for the next scheduled site rebuild to happen). Post `docs/publicity/announce.txt` at least to wx-announce@googlegroups.com and to wx-users.