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 2020/04/23 10:53:06 UTC

[camel-quarkus] 01/02: Added release guide to the documentation

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

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

commit 26b5a4d83cfad23cca213b54f621231341a92f73
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Apr 23 12:52:04 2020 +0200

    Added release guide to the documentation
---
 docs/modules/ROOT/nav.adoc                 |  1 +
 docs/modules/ROOT/pages/release-guide.adoc | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 0d119af..aba8308 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -7,4 +7,5 @@
 ** xref:create-new-extension.adoc[Create new extension].
 ** xref:promote-jvm-to-native.adoc[Promote JVM extension to Native].
 ** xref:ci.adoc[Camel Quarkus Continuous Integration Builds]
+** xref:release-guide.adoc[Release guide]
 * xref:list-of-camel-quarkus-extensions.adoc[List of Camel Quarkus extensions]
diff --git a/docs/modules/ROOT/pages/release-guide.adoc b/docs/modules/ROOT/pages/release-guide.adoc
new file mode 100644
index 0000000..f9489d3
--- /dev/null
+++ b/docs/modules/ROOT/pages/release-guide.adoc
@@ -0,0 +1,11 @@
+[[ReleaseGuide-ReleaseGuide]]
+= Apache Camel Quarkus release process
+
+The process is _mutatis mutandis_ the same as for the main Apache Camel repository - see
+https://camel.apache.org/manual/latest/release-guide.html
+
+In addition to the above, the following steps are needed:
+
+* After releasing the staging repository on https://repository.apache.org, update the value of `camel-quarkus-last-release`
+attribute in https://github.com/apache/camel-website/blob/master/site.yml#L36[site.yml of `camel-website`] and in
+https://github.com/apache/camel-quarkus/blob/master/docs/site.yml#L19[site.yml of `camel-quarkus`].