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/07/17 07:45:27 UTC

[camel-k] branch release-2.0.x updated: chore(doc): minor process update

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

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


The following commit(s) were added to refs/heads/release-2.0.x by this push:
     new e76c78718 chore(doc): minor process update
e76c78718 is described below

commit e76c78718f65d51b17e01bb779a379aad7190e77
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 17 09:45:23 2023 +0200

    chore(doc): minor process update
---
 release.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release.adoc b/release.adoc
index 47d1f8a25..6cde18366 100644
--- a/release.adoc
+++ b/release.adoc
@@ -85,8 +85,8 @@ Commit and push the changes done so far.
 ```
 git add *
 git commit -m "preparing for next release"
-# assuming write permissions
-git push upstream <branch_name>
+# assuming you're on release branch and have write permissions
+git push
 ```
 
 Now the release on staging can be executed.