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 501273f commit 7c91a1eCopy full SHA for 7c91a1e
ci/release/Jenkinsfile
@@ -44,7 +44,7 @@ pipeline {
44
)
45
booleanParam(
46
name: 'RELEASE_DRY_RUN',
47
- defaultValue: false,
+ defaultValue: true,
48
description: 'If true, just simulate the release, without pushing any commits or tags, and without uploading any artifacts or documentation.'
49
50
}
0 commit comments