protobuf/.bcr
Sandy Zhang df630fa6f1 MODULE.bazel fixes for protobuf BCR release.
- Specifies bazel version for presubmits
- Set C++14 version (default is c++11 otherwise, which is unsupported)
- Update MODULE.bazel version + updater since publish-to-bcr can't handle constants and adds a duplicate version number

PiperOrigin-RevId: 633729225
2024-05-14 15:43:38 -07:00
..
README.md feat: automate publishing releases to Bazel Central Registry (#16014) 2024-03-12 07:04:14 -07:00
metadata.template.json feat: automate publishing releases to Bazel Central Registry (#16014) 2024-03-12 07:04:14 -07:00
presubmit.yml MODULE.bazel fixes for protobuf BCR release. 2024-05-14 15:43:38 -07:00
source.template.json feat: automate publishing releases to Bazel Central Registry (#16014) 2024-03-12 07:04:14 -07:00

README.md

Bazel Central Registry

When protobuf is released, we want it to be published to the Bazel Central Registry automatically: https://registry.bazel.build

This folder contains configuration files to automate the publish step. See https://github.com/bazel-contrib/publish-to-bcr/blob/main/templates/README.md for authoritative documentation about these files.