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 b889ce4 Document how to pass parts of release announcement to Quarkus
team
b889ce4 is described below
commit b889ce4a0dc3563c224d90ff6ca3ebd075ae24f2
Author: Peter Palaga <[email protected]>
AuthorDate: Wed Oct 6 11:15:35 2021 +0200
Document how to pass parts of release announcement to Quarkus team
---
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 5 ++++-
1 file changed, 4 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 60f4e87..097e57b 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -210,7 +210,10 @@ cd
generated-platform-project/quarkus-camel/integration-tests
mvn clean test
----
+
-* If all tests are passing, send a pull request to the Platform
+* If all tests are passing, send a pull request to the Platform.
+ If there are some new features, fixes, etc. in the release that would be
worth to mention in the upcoming Quarkus announcement,
+ you can tag the pull request with `release/noteworthy-feature` label and
provide a short text about those features in the PR description.
+
== Create a GitHub release