From 769e927630de581d3c00941642bcd3c54f0209c6 Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Tue, 20 May 2025 17:26:00 +0200 Subject: [PATCH] HBX-2993: Use 'true' as the default version for release dry run Signed-off-by: Koen Aers --- ci/release/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index f4c4868e6d..bc49ae68e7 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -48,7 +48,7 @@ pipeline { ) booleanParam( name: 'RELEASE_DRY_RUN', - defaultValue: false, + defaultValue: true, description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.' ) }