From 53df59a14a7b84fcfba9ef4d085269417c55d5c7 Mon Sep 17 00:00:00 2001 From: PB Date: Mon, 30 Dec 2019 19:37:13 +0100 Subject: [PATCH] Add wxTrac-related instruction to how-to-release.md Note that the version for the next release must be increased in wxTrac example queries. Closes https://github.com/wxWidgets/wxWidgets/pull/1692 --- docs/contributing/how-to-release.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/contributing/how-to-release.md b/docs/contributing/how-to-release.md index a40b6dbba7..a4bceec34e 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -157,6 +157,9 @@ milestone (ask Vadim or Robin to do it or to get admin password). Update the roadmap at https://trac.wxwidgets.org/wiki/Roadmap to at least mention the new release there. +Increase the version for the next release at https://trac.wxwidgets.org/wiki/Queries +in "Tickets to be fixed for the next release". + Run `misc/scripts/inc_release` to increment micro version, i.e. replace x.y.z with x.y.z+1 (minor or major versions updates require manual intervention) and rerun both `bakefile_gen` and `autoconf` afterwards to update the version