prep 7.0.0.Beta3

This commit is contained in:
Steve Ebersole 2024-11-22 19:51:20 -06:00
parent ffd40cdaf2
commit b36641f60d
1 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,8 @@ pipeline {
env.RELEASE_VERSION = releaseVersion.toString() env.RELEASE_VERSION = releaseVersion.toString()
env.DEVELOPMENT_VERSION = developmentVersion.toString() env.DEVELOPMENT_VERSION = developmentVersion.toString()
def matchingFiles = findFiles(glob: "/release_notes.md") // def matchingFiles = findFiles(glob: "/release_notes.md")
env.SCRIPT_OPTIONS = " --notes=${matchingFiles[0]}" // env.SCRIPT_OPTIONS = " --notes=${matchingFiles[0]}"
if ( params.RELEASE_DRY_RUN ) { if ( params.RELEASE_DRY_RUN ) {
env.SCRIPT_OPTIONS += " -d" env.SCRIPT_OPTIONS += " -d"
} }