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
commit 4819dfcd04fd935239d657e50609f13125c161a5 Author: Pasquale Congiusti <[email protected]> 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.
