This is an automated email from the ASF dual-hosted git repository.
aldettinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new e9e2d73 Completed the release guide with an attempt to resume on
intermittent release:perform issue
e9e2d73 is described below
commit e9e2d73083b50135d7a7142d12eb1905d9c4cbaa
Author: aldettinger <[email protected]>
AuthorDate: Fri Nov 20 10:10:47 2020 +0100
Completed the release guide with an attempt to resume on intermittent
release:perform issue
---
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 4679e3c..bcae842 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -38,6 +38,15 @@ The Maven command to release is as follows:
$ mvn clean release:clean release:prepare -DreleaseVersion=$VERSION
-DdevelopmentVersion=$NEXT_VERSION -B release:perform
----
+In case `release:prepare` is successful but an issue occurs during
`release:perform`, it could be worth trying to resume from the failing artifact.
+For instance, would an issue occurs while performing the release of
`camel-quarkus-openapi-java`, a resume attempt could be triggered as below:
+
+
+[source,shell]
+----
+$ mvn -DskipTests -Denforcer.skip -Dquarkus.build.skip -Dformatter.skip
-Dimpsort.skip deploy -Papache-release -rf :camel-quarkus-openapi-java
+----
+
== Further steps
In addition to the above, the following is needed: