From 1d5a8c1c60752537311c9c7c7399fc2157701ac6 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 27 Jun 2023 11:42:30 -0500 Subject: [PATCH] fix typo --- release-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-tasks.md b/release-tasks.md index 8b6cec4..7f8ddaa 100644 --- a/release-tasks.md +++ b/release-tasks.md @@ -97,7 +97,7 @@ The following steps have to be done by a single developer (with admin privileges ```git checkout master``` ```git checkout -b update_version``` * Update the `VERSION` file from `9.5.0-pre` to `9.6.0-pre`. - ```echo 9.6.0-rc0 > VERSION``` + ```echo 9.6.0-pre > VERSION``` Note: Conservatively only increment the minor version even if the plan is to later release a major update — it is always possible to convert 9.4 into 10.0 later, but one can't easily back down any more. * ```git commit -a -m "Update VERSION"``` * Make a pull request against main branch (`master`). -- 2.39.5