From 0d41fd3ba3ef8404a6e46121a95a7b29b9d6d878 Mon Sep 17 00:00:00 2001 From: bulutdag Date: Tue, 28 Jul 2026 10:49:39 +0200 Subject: [PATCH] Enhance build section with package name generation details Expanded the build section to include details about automatic deployment package name generation. --- content/en/docs/deployment/general/mendix-pipelines/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/deployment/general/mendix-pipelines/_index.md b/content/en/docs/deployment/general/mendix-pipelines/_index.md index 67770e4d336..d7a8f95d9a4 100644 --- a/content/en/docs/deployment/general/mendix-pipelines/_index.md +++ b/content/en/docs/deployment/general/mendix-pipelines/_index.md @@ -165,7 +165,7 @@ Check out a branch. To configure this step, use the drop-down menu to select the ##### Build -Build a deployment package based on the latest major, minor, or patch version of the branch you checked out. The highest version is incremented based on the increment settings specified in this step. +Build a deployment package based on the latest major, minor, or patch version of the branch you checked out. The highest version is incremented based on the increment settings specified in this step. The deployment package name is generated automatically from the branch, the new version, and the short revision (for example, main-1.2.3.a1b2c3d4), so it no longer needs to be entered manually. ##### GET Request