Skip to content

Commit

Permalink
Reword instructions to update java_tools_repos()
Browse files Browse the repository at this point in the history
  • Loading branch information
keertk authored and ShreeM01 committed Mar 3, 2023
1 parent 265667f commit ac541a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,7 @@ 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. 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)
- Make the corresponding updates to [java_tools_repos()](https://github.com/bazelbuild/rules_java/blob/master/java/repositories.bzl#L22-L61) in the repositories.bzl file in the rules_java repository. 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
Expand Down

0 comments on commit ac541a7

Please sign in to comment.