diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index 8adda8067d..1358405a6b 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.' ) }