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

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


The following commit(s) were added to refs/heads/main by this push:
     new f39270528c Added Update documentation versions section to release doc.
f39270528c is described below

commit f39270528c7f7dcd1e638793536fd33e1935fd2c
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Tue Oct 8 18:05:57 2024 +0200

    Added Update documentation versions section to release doc.
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc 
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 41bce14b1c..daf2fe2668 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -109,7 +109,7 @@ $ ./mvnw -Prelease -Pgpg -Dusername=$APACHE_USER 
-Dpassword=$APACHE_PASS deploy
  * select the open repository (the name usually contains a number)
  * close it
 
-There will be some checks done by nexus, wiat tho see that they complete 
successfully.
+There will be some checks done by nexus, wiat until they complete successfully.
 
 == Upload the staging sources to Apache dev server
 
@@ -160,6 +160,14 @@ where `X` is the release you are performing and `Y` is the 
staging repository nu
 
 This may require a rebase of `main` branch on the release branch if some 
commits have been added to `main` after you created the release branch (in that 
case you can perform a `push -f` on `main`)
 
+== Update documentation versions
+
+In the `$RELEASE_BRANCH` update versions both in `docs/antora.yml` and 
`connectors/antora.yml`.
+
+NOTE: The version you would usually use is the branch one, i.e. 4.8.x if you 
are releasing 4.8.0 or subsequent patch versions.
+
+Push the changes upstream in `$RELEASE_BRANCH`
+
 == Close the vote
 Once the  vote time has passed send another email with object: `[RESULT][VOTE] 
Release Camel-Kafka-connector $RELEASE_VERSION` with the count of binding and 
not binding votes. The message can be something like:
 

Reply via email to