X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=releasenotes%2Fnotes%2Ffix-use-release-file-var-a5f3ea05b58ec194.yaml;fp=releasenotes%2Fnotes%2Ffix-use-release-file-var-a5f3ea05b58ec194.yaml;h=6303cedf7c7e9d03887193d0831f80f83624cbe6;hb=050cdffb159645926fdce4194acc180e9ff8a108;hp=0000000000000000000000000000000000000000;hpb=7c19696eca2a3ae35e0ff26015adde74654b72c1;p=releng%2Fglobal-jjb.git diff --git a/releasenotes/notes/fix-use-release-file-var-a5f3ea05b58ec194.yaml b/releasenotes/notes/fix-use-release-file-var-a5f3ea05b58ec194.yaml new file mode 100644 index 00000000..6303cedf --- /dev/null +++ b/releasenotes/notes/fix-use-release-file-var-a5f3ea05b58ec194.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + Rename "RELEASE_FILE" parameter to "USE_RELEASE_FILE" in release-jobs. + This will match the actual varaible default value better and will not + collide with the local "release_file" in the script. + - | + Fix "USE_RELEASE_FILE" if statement. We are now using a bool instead of + a string. Changing the if statements to evaluate bools.