Skip to content

Commit b36641f

Browse files
committed
prep 7.0.0.Beta3
1 parent ffd40cd commit b36641f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/release/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ pipeline {
148148
env.RELEASE_VERSION = releaseVersion.toString()
149149
env.DEVELOPMENT_VERSION = developmentVersion.toString()
150150

151-
def matchingFiles = findFiles(glob: "/release_notes.md")
152-
env.SCRIPT_OPTIONS = " --notes=${matchingFiles[0]}"
151+
// def matchingFiles = findFiles(glob: "/release_notes.md")
152+
// env.SCRIPT_OPTIONS = " --notes=${matchingFiles[0]}"
153153
if ( params.RELEASE_DRY_RUN ) {
154154
env.SCRIPT_OPTIONS += " -d"
155155
}

0 commit comments

Comments
 (0)