From 47a168eaa200baab0a6d343b630614ed18a13861 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 23 Jul 2020 16:22:58 +0200 Subject: [PATCH] Fix build/bakefiles/version.bkl path in the release instructions Wrong directory was used. --- docs/contributing/how-to-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/how-to-release.md b/docs/contributing/how-to-release.md index 31fce9f0a1..2474c8591f 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -205,7 +205,7 @@ least mention the new release there. * Run `misc/scripts/inc_release` to increment micro version, i.e. replace x.y.z with x.y.z+1. -* Update the C:R:A settings in build/tools/version.bkl to C:R+1:A. +* Update the C:R:A settings in `build/bakefiles/version.bkl` to C:R+1:A. Then from the build/bakesfiles directory run bakefile_gen