Skip to content

Commit da0fec9

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

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
@@ -48,7 +48,7 @@ pipeline {
4848
)
4949
booleanParam(
5050
name: 'RELEASE_DRY_RUN',
51-
defaultValue: false,
51+
defaultValue: true,
5252
description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.'
5353
)
5454
}

0 commit comments

Comments
 (0)