This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new fa1b03fdbb [RELEASE] update the release docs a bit (#7208)
fa1b03fdbb is described below
commit fa1b03fdbb2da5bc7da002312d168c97bfc3ab0a
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Jun 1 10:36:24 2026 +0200
[RELEASE] update the release docs a bit (#7208)
---
.../ROOT/pages/apache-release/promoting-a-release.adoc | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
index 88f5c7f606..64edcb3c63 100644
---
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
+++
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
@@ -89,14 +89,21 @@ unzip ./assemblies/web/target/hop.war -d
./assemblies/web/target/webapp
docker buildx build --platform linux/amd64,linux/arm64 . -f docker/Dockerfile
-t docker.io/apache/hop:X.XX -t docker.io/apache/hop:latest --push
# Create and push Hop Web
-docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/Dockerfile.web -t docker.io/apache/hop-web:X.XX -t
docker.io/apache/hop-web:latest --push
+docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/web.Dockerfile -t docker.io/apache/hop-web:X.XX -t
docker.io/apache/hop-web:latest --push
# Create image
-docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/Dockerfile.dataflowTemplate -t
docker.io/apache/hop-dataflow-template:X.XX -t
docker.io/apache/hop-dataflow-template:latest --push
-docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/Dockerfile.web-fatjar -t docker.io/apache/hop-web:X.XX-beam -t
docker.io/apache/hop-web:latest-beam --push
+docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/dataflowTemplate.Dockerfile -t
docker.io/apache/hop-dataflow-template:X.XX -t
docker.io/apache/hop-dataflow-template:latest --push
+docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/web-fatjar.Dockerfile -t docker.io/apache/hop-web:X.XX-beam -t
docker.io/apache/hop-web:latest-beam --push
----
+== Update the pre-release in GitHub
+- Go to the https://github.com/apache/hop/releases[releases page]
+- Edit the pre-release version
+- Add the Hop source code artifacts as attached binaries
+- Mark the Release label as Latest
+- Update the release
+
== Update the website
edit following file and add a new release