You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/05 14:28:17 UTC

[camel-quarkus] branch master updated: Add an Examples step to the release guide

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b1402a  Add an Examples step to the release guide
5b1402a is described below

commit 5b1402a22ba57901156e1db5b4fd23164908f838
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Oct 5 15:53:40 2020 +0200

    Add an Examples step to the release guide
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 8b6cbbb..8eb8905 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -45,3 +45,6 @@ In addition to the above, the following is needed:
 * After releasing the staging repository on https://repository.apache.org[https://repository.apache.org], update the
 value of `camel-quarkus-last-release` attribute in the camel-quarkus
 https://github.com/apache/camel-quarkus/blob/master/docs/antora.yml#L25[antora.yml component descriptor].
+* Check the state of `camel-quarkus-master` branch in the
+  https://github.com/apache/camel-quarkus-examples[Examples repository]. If the version properties are in sync with
+  new Camel Quarkus release and if the tests are passing, merge `camel-quarkus-master` to `master`.