This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-2 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 09c19a59dc8b4662086969a141ba4174eb8a44ff Author: Pasquale Congiusti <[email protected]> AuthorDate: Tue Sep 6 11:41:12 2022 +0200 chore: add a post release bump chapter --- release.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/release.adoc b/release.adoc index 1a7de581d..f021a4811 100644 --- a/release.adoc +++ b/release.adoc @@ -295,3 +295,15 @@ More importantly the _tag_ and _revision_ section configuration should change fo ``` _P.S please note that the bottles are created using the https://docs.brew.sh/Brew-Test-Bot[Brew Test Bot] https://docs.brew.sh/Bottles[ [1] ]._ + +=== Bump to next version + +Once the release process is complete, we must prepare the configuration for next version. In order to do so, please run the following: +``` +make bump VERSION=<new-version> LAST_RELEASED_VERSION=<replace-version> +git commit -m "chore: bump next version to <new-version>" +git push upstream main +``` +Where <new-version> represents the new version you want to bump and <replace-version> the version that was previously released. + +In case of a major or minor release, please update accordingly the `release` workflow in order to always have the latest 2 release branches and `main` running in a CI fashion. See https://github.com/apache/camel-k/pull/3607/commits/f835c978dcfbcadae99b0f8b2fbcd07f49adb3a1 for reference.
