Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.1.0 #268

Open
comius opened this issue Nov 7, 2024 · 1 comment
Open

Release 0.1.0 #268

comius opened this issue Nov 7, 2024 · 1 comment

Comments

@comius
Copy link
Collaborator

comius commented Nov 7, 2024

Release 0.0.14 removed cc_proto_library, but some repositories are still using it (in particular grpc).

Plan:

  • release 0.0.14 as 0.1.0
  • make a release-0.1.0 branch (to merge it back in later)
  • rollback the cc_proto_library removal and release 0.0.15
@comius comius changed the title Release 0.0.14 Release 0.1.0 Nov 7, 2024
copybara-service bot pushed a commit that referenced this issue Nov 7, 2024
Tracking issue: #268

This CL adds a release workflow for rules_cc. It also adds a ci.bazelrc file that is used to configure Bazel on CI.

The release workflow is based on the release workflow for rules_proto. It uses the same release script, which generates a source archive and a release notes file. The release notes file is used as the top of the release notes for the release.

The ci.bazelrc file is used to configure Bazel on CI. It sets the --announce_rc option, which causes Bazel to print a message to the console whenever an option is set. It also sets the --disk_cache option, which tells Bazel to use a disk cache for downloaded external artifacts. This can help to speed up builds.

Finally, the ci.bazelrc file sets the --test_output option to errors. This causes Bazel to print test logs to the console, even if the tests pass. This can be helpful for debugging test failures.

PiperOrigin-RevId: 694052882
Change-Id: I7a55ec2d9b6b9161428dd3bb3c6c6b78b789ada2
@comius
Copy link
Collaborator Author

comius commented Nov 7, 2024

cc @fmeum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant