You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/08/02 18:03:37 UTC

[camel-quarkus] branch main updated: Add instructions for auto release note generation to release docs

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

jamesnetherton 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 dc94b9ddb2 Add instructions for auto release note generation to release docs
dc94b9ddb2 is described below

commit dc94b9ddb2d114d4cfc592e2b75d8ec4edaf885a
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Aug 2 15:51:57 2023 +0100

    Add instructions for auto release note generation to release docs
---
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 4 +++-
 1 file changed, 3 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 6498181eee..d4e1ba070e 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -314,7 +314,9 @@ The following needs to be done:
 * Click "Edit Tag" button
 * In the "New release" form:
   * Leave "Release title" empty
-  * Add something meaningful to the description, e.g. something like
+  * Choose the tag of the previous release from the "Previous tag" select field
+  * Click the "Generate release notes" button. It should generate a summary all changes for the release.
+  * In addition you can add links to blog posts if required. e.g. something like
 +
 [source,markdown]
 ----