This is an automated email from the ASF dual-hosted git repository.
zbendhiba 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 fd72df3661 Update release guide
fd72df3661 is described below
commit fd72df366189d97a5358045ed3f3957610102536
Author: Zineb Bendhiba <[email protected]>
AuthorDate: Tue Sep 27 09:39:39 2022 +0200
Update release guide
---
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 55c59a77d0..604d339a2d 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -131,7 +131,8 @@ $ mvn release:update-versions -DautoVersionSubmodules=true
-DdevelopmentVersion=
$ sed -i
"s|<camel.quarkus.jvmSince>[^<]*</camel.quarkus.jvmSince>|<camel.quarkus.jvmSince>$NEXT_RELEASE</camel.quarkus.jvmSince>|"
tooling/create-extension-templates/runtime-pom.xml
$ sed -i
"s|<camel.quarkus.nativeSince>[^<]*</camel.quarkus.nativeSince>|<camel.quarkus.nativeSince>$NEXT_RELEASE</camel.quarkus.nativeSince>|"
tooling/create-extension-templates/runtime-pom.xml
$ mvn cq:sync-versions -N
-$ (cd extensions/qute && mvn clean install -Dquickly) # to regen the Qute
Camel component metadata
+$ (cd extensions/qute && mvn clean install -Dquickly) # to regen the # Qute
Camel component metadata
+$ mvn clean install -DskipTests -Dquarkus.build.skip # regenerate flattened
boms
$ git add -A
$ git commit -m "Next is $NEXT_RELEASE"
# Send a pull request
@@ -174,7 +175,7 @@ $ wget -O "apache-camel-quarkus-$VERSION-src.zip"
"$URL/$VERSION/camel-quarkus-$
$ wget -O "apache-camel-quarkus-$VERSION-src.zip.asc"
"$URL/$VERSION/camel-quarkus-$VERSION-src.zip.asc"
$ sha512sum "apache-camel-quarkus-$VERSION-src.zip" >
"apache-camel-quarkus-$VERSION-src.zip.sha512"
----
-Ensure that only the latest release from each maintained branches is present.
+Ensure that only the latest release from each maintained branches is present
(including active LTS versions).
Typically, when releasing e.g. 1.4.0, you may need to delete e.g. 1.3.0:
[source,shell]