Tags: protocolbuffers/protobuf-javascript
Tags
add MODULE.bazel and licenses to BCR package, bump pre-release version While the traditional dist tarball includes MODULE.bazel, it has an architecture specific name that is inappropriate for BCR. The tar'd javascript filegroup is closer to what we want, but the release process fails when it doesn't find MODULE.bazel. This change just splits the difference and adds MODULE.bazel to the javascript filegroup.
Add placeholder google-protobuf.js file to fix missing input Release workflow currently errors out with `//:dist_files: missing input file '//:google-protobuf.js'` because we normally only generate it as part of the cross-compiled binary and npm releases. However, this seems to be causing problems for the BCR release process because the build target is broken without it. This change just adds a placeholder file to smooth things over.
Bump version to 4.0.2-rc1 for testing BCR workflow (#265) The BCR publishing workflow requires a tag, and we can't use v4.0.1 since it didn't yet contain the actions. We will hold off doing an actual plugin release to npm until BCR is settled.
PreviousNext