From: Matthias Maier Date: Tue, 27 Jun 2023 16:42:30 +0000 (-0500) Subject: fix typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5a8c1c60752537311c9c7c7399fc2157701ac6;p=release-papers.git fix typo --- 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`).