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:47:17 UTC

[camel-k] branch main updated: chore(docs): minor release desc change

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 0f925dba4 chore(docs): minor release desc change
0f925dba4 is described below

commit 0f925dba423210948372b62742c9b8f6167c9205
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Sep 4 15:47:11 2023 +0200

    chore(docs): minor release desc change
---
 release.adoc | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/release.adoc b/release.adoc
index 22f8c4b1b..88881b868 100644
--- a/release.adoc
+++ b/release.adoc
@@ -289,10 +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 release-a.b.x
+git push upstream HEAD:release-a.b.x
 ```
 Where <new-version> represents the new version you want to bump and <replace-version> the version that was previously released.
 
-NOTE: this action should also replace automatically the oldest nightly release Github Action with the newest one just created.
-
-You will also need to update the `docs/antora.yml` configuration in order to provide the proper versions for the upcoming release in `main` branch.