Skip to content

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Sep 11, 2024

Motivation:

The plugin bundling script which is used when we do a release doesn't update the dependencies so will just use whatever version is currently resolved. This means protobuf might not be up-to-date and an older version of protoc-gen-swift might get build.

Modifications:

  • Run package update before building

Result:

The bundled protoc-gen-swift should be up-to-date

Motivation:

The plugin bundling script which is used when we do a release doesn't
update the dependencies so will just use whatever version is currently
resolved. This means protobuf might not be up-to-date and an older
version of `protoc-gen-swift` might get build.

Modifications:

- Run package update before building

Result:

The bundled `protoc-gen-swift` should be up-to-date
@glbrntt glbrntt enabled auto-merge (squash) September 11, 2024 09:47
@glbrntt glbrntt merged commit a98b0f3 into grpc:main Sep 11, 2024
14 of 17 checks passed
@glbrntt glbrntt deleted the v1/update-deps-when-building-plugins branch September 11, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/none No version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants