Fix use-release-file varaible
[releng/global-jjb.git] / releasenotes / notes / fix-use-release-file-var-a5f3ea05b58ec194.yaml
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 (file)
index 0000000..6303ced
--- /dev/null
@@ -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.