From 525d55a0f524c1e280fb2f67eb48d08767c4f6bd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 Jun 2022 18:37:12 +0200 Subject: [PATCH] Document that major and minor versions must be updated manually We probably could change inc_release to do this too, but considering the frequency of our minor (let alone major) releases, it doesn't seem to be worth it. --- 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 914bc1cc8d..3fc834ef9d 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -194,7 +194,8 @@ least mention the new release there (the text of this page lives in wxWidgets/website repository). * Run `misc/scripts/inc_release` to increment micro version, -i.e. replace x.y.z with x.y.z+1. +i.e. replace x.y.z with x.y.z+1. When changing another version component, +all the files updated by this script need to be changed manually. * Update the C:R:A settings in `build/bakefiles/version.bkl` to C:R+1:A. Then from the build/bakesfiles directory run