bazel-release.yml: Allow Generate release notes step to fail
diff --git a/pipelines/bazel-release.yml b/pipelines/bazel-release.yml
index ece866c..fe1f738 100644
--- a/pipelines/bazel-release.yml
+++ b/pipelines/bazel-release.yml
@@ -508,9 +508,9 @@
       echo "+++ Generating release notes"
       cd scripts/release
       python3 relnotes.py
+    allow_failure: true
 
-  - wait: ~
-    continue_on_failure: true
+  - wait
   
   - block: "Build and publish"
     if: build.branch !~ /pre/i