You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/11 09:55:45 UTC

[camel-k] branch docs-release-impr created (now 60c616e99)

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

acosentino pushed a change to branch docs-release-impr
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 60c616e99 Minor steps improvements in release guide

This branch includes the following new commits:

     new 60c616e99 Minor steps improvements in release guide

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Minor steps improvements in release guide

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch docs-release-impr
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 60c616e99bbceddcd34cd9e369f467e50c86ed30
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 11 10:55:40 2022 +0100

    Minor steps improvements in release guide
---
 release.adoc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/release.adoc b/release.adoc
index 8ccba3299..b3e926664 100644
--- a/release.adoc
+++ b/release.adoc
@@ -107,6 +107,17 @@ git commit -m "preparing for next release"
 git push upstream main
 ```
 
+If you are on an active branch and you're going to release on it the command will be
+
+Sync the main branch (with your changes) with upstream.
+
+```
+git add *
+git commit -m "preparing for next release"
+# assuming write permissions
+git push upstream <branch_name>
+```
+
 Now the release on staging can be executed.
 
 Change the version on Makefile to next version of camel-k (usually, just remove '-SNAPSHOT' from the version)