deannagarcia

Results 13 issues of 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.

protoc
cmake
release notes: yes

Before `protoc --version` returned the C++ version (which includes a major version specific to C++). Changing to have no major version.

protoc
release notes: yes

Create separate .symbols.nupkg package for debugging C# code instead of .pdb files. Requested in #6218

c#
release notes: yes

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

c#
php
release notes: yes

Update toolchain to target macosx 10.9 to fix https://github.com/protocolbuffers/protobuf/issues/10799

mac
packaging & distribution
release notes: no
platform related

Create `ruby:release` bazel target that builds 2 gems for release (one just source and one for java).

packaging & distribution
release notes: no

`bazel build //php:release` should now build a `.tgz` file that we can upload to PECL.

packaging & distribution
php
release notes: no

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...

:a: safe for tests
github_actions