You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/09/04 13:36:50 UTC

[camel-k] branch main updated: chore(doc): minor update

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/main by this push:
     new 6eda175cc chore(doc): minor update
6eda175cc is described below

commit 6eda175cc8324a549f4dbd900c21b80a1180b7f3
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Sep 4 15:36:46 2023 +0200

    chore(doc): minor update
---
 release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.adoc b/release.adoc
index ddedb70c9..22f8c4b1b 100644
--- a/release.adoc
+++ b/release.adoc
@@ -289,7 +289,7 @@ Once the release process is complete, we must prepare the configuration for next
 ```
 make bump VERSION=<new-version> LAST_RELEASED_VERSION=<replace-version>
 git commit -m "chore: bump next version to <new-version>"
-git push upstream main
+git push upstream release-a.b.x
 ```
 Where <new-version> represents the new version you want to bump and <replace-version> the version that was previously released.