We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647dff8 commit bf80743Copy full SHA for bf80743
ci/release/Jenkinsfile
@@ -48,7 +48,7 @@ pipeline {
48
)
49
booleanParam(
50
name: 'RELEASE_DRY_RUN',
51
- defaultValue: false,
+ defaultValue: true,
52
description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.'
53
54
}
0 commit comments