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 2021/07/22 08:55:00 UTC

[camel-quarkus] branch main updated: Make the creation of a GitHub release a part of the release process fix #2864

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7ecfd4e  Make the creation of a GitHub release a part of the release process fix #2864
7ecfd4e is described below

commit 7ecfd4eac51d2a417f0ff338e5c8c5696322a1fb
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Wed Jul 21 16:41:55 2021 +0200

    Make the creation of a GitHub release a part of the release process fix #2864
---
 .../ROOT/pages/contributor-guide/release-guide.adoc | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 64b4bc5..9bde058 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -137,6 +137,27 @@ $ svn add --force .
 $ svn commit -m "Apache Camel Quarkus $VERSION released artifacts"
 ----
 
+== Create a GitHub release
+
+This will trigger sending a notification to folks watching the Camel Quarkus github repository,
+so it should ideally happen once the newly released artifacts are available on https://repo1.maven.org/maven2/org/apache/camel/quarkus/camel-quarkus-bom/[Maven Central].
+
+The following needs to be done:
+
+* Go to https://github.com/apache/camel-quarkus/releases[https://github.com/apache/camel-quarkus/releases].
+* Click the tag you want to promote to a GitHub release
+* Click "Edit Tag" button
+* In the "New release" form:
+  * Leave "Release title" empty
+  * Add something meaningful to the description, e.g. something like
++
+[source,markdown]
+----
+Check the full [release announcement](https://camel.apache.org/blog/2021/06/camel-quarkus-release-2.0.0/)
+----
++
+  * Click the green "Publish release" button at the bottom
+
 == Further steps
 
 In addition to the above, the following is needed: