Skip to content

Commit b6e3802

Browse files
author
Rachel Goldfinger
committed
roll forward generate_release_notes = false
1 parent 8c2858e commit b6e3802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_bazel_module.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ permissions:
1616
contents: write
1717
jobs:
1818
release:
19-
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
19+
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.3.0
2020
with:
2121
release_files: protobuf-*.bazel.tar.gz
2222
prerelease: ${{ contains(inputs.tag_name, '-rc') }}
23+
generate_release_notes: false
2324
tag_name: ${{ inputs.tag_name }}
2425
# The release was already created by Google-internal mechanism,
2526
# so there aren't any useful assertions to make here.

0 commit comments

Comments
 (0)