deannagarcia
deannagarcia
We will just use the version that is provided in `configure.ac`. This reduces the number of files that we need to update when versions change.
Before `protoc --version` returned the C++ version (which includes a major version specific to C++). Changing to have no major version.
Create separate .symbols.nupkg package for debugging C# code instead of .pdb files. Requested in #6218
Just started to hit errors related to descriptor.proto changing. These files were auto generated using ./generate_descriptor_proto.sh. Should fix all the continuous failures
Update toolchain to target macosx 10.9 to fix https://github.com/protocolbuffers/protobuf/issues/10799
Create `ruby:release` bazel target that builds 2 gems for release (one just source and one for java).
`bazel build //php:release` should now build a `.tgz` file that we can upload to PECL.
Add bazel targets to create ruby release artifacts. Should be run with: ``` bazel run ruby:release bazel run ruby:jruby_release ```
Before this PR, we stored a list internally of tests that must pass on presubmit and tried to keep it up to date. This PR moves that information keeping into...