Skip to content

Commit 7c91a1e

Browse files
committed
HBX-2993: Use 'true' as the default version for release dry run
Signed-off-by: Koen Aers <[email protected]>
1 parent 501273f commit 7c91a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/release/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pipeline {
4444
)
4545
booleanParam(
4646
name: 'RELEASE_DRY_RUN',
47-
defaultValue: false,
47+
defaultValue: true,
4848
description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.'
4949
)
5050
}

0 commit comments

Comments
 (0)