We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2858e commit b6e3802Copy full SHA for b6e3802
.github/workflows/release_bazel_module.yaml
@@ -16,10 +16,11 @@ permissions:
16
contents: write
17
jobs:
18
release:
19
- uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.2.3
+ uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v7.3.0
20
with:
21
release_files: protobuf-*.bazel.tar.gz
22
prerelease: ${{ contains(inputs.tag_name, '-rc') }}
23
+ generate_release_notes: false
24
tag_name: ${{ inputs.tag_name }}
25
# The release was already created by Google-internal mechanism,
26
# so there aren't any useful assertions to make here.
0 commit comments