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.' ) }