Skip to content

Commit

Permalink
java_tools Updates in rules_java repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreeM01 committed Mar 3, 2023
1 parent afdda12 commit 265667f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,13 @@ an example.

- Update package_version, see [example](https://github.com/bazelbuild/bazel/pull/17203/commits/308ed35f45e82163a84313ef67610a32198f6555)
- After making sure presubmits pass, send the PR for review and assign `@comius` and `@hvadehra`
2. If the CI finishes unsuccessfully find the reasons why the CI is failing
2. Update the version of the java_tools here in rules_java repository:
https://github.com/bazelbuild/rules_java/blob/master/java/repositories.bzl#L22-L61.
After making the changes, submit the PR and it will add `@comius` and `@java team` as a reviewer.
Refer to [this example] (https://github.com/bazelbuild/rules_java/pull/87)

3. If the CI finishes unsuccessfully find the reasons why the CI is failing
and file bugs. After the bugs are fixed start all over again from step 2 and create the
next release candidate. This case is highly unlikely because bazel already
tests the `java_tools` built at head.

0 comments on commit 265667f

Please sign in to comment.