fix(release): don't let bazel publishing overwrite release notes
diff --git a/.github/workflows/release_bazel_module.yaml b/.github/workflows/release_bazel_module.yaml
index 46571aa..88961f9 100644
--- a/.github/workflows/release_bazel_module.yaml
+++ b/.github/workflows/release_bazel_module.yaml
@@ -16,10 +16,11 @@
   contents: write
 jobs:
   release:
-    uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
+    uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.3.0
     with:
       release_files: protobuf-*.bazel.tar.gz
       prerelease: false
+      generate_release_notes: false
       tag_name: ${{ inputs.tag_name }}
       # The release was already created by Google-internal mechanism,
       # so there aren't any useful assertions to make here.