File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,20 @@ An example of `remove_ignore_directories.patch`:
8686--- a/REPO.bazel
8787+++ b/REPO.bazel
8888@@ -1 +0,0 @@
89- - ignore_directories(["bzl-examples", "formatter", "**/bin"])
89+ - ignore_directories(["**/bin"])
90+ ```
91+
92+ ### Breaking changes
93+
94+ ``` starlark
95+ bazel_dep(name = " grpc_kotlin" , version = " 0.0.0" )
96+
97+ git_override(
98+ module_name = " grpc_kotlin" ,
99+ # For example: COMMIT=d37ed39b813107c54a0a9dbfdbfda81ccb8e4efb
100+ commit = " COMMIT" ,
101+ remote = " https://github.com/grpc/grpc-kotlin.git" ,
102+ )
90103```
91104
92105### Legacy WORKSPACE
@@ -113,7 +126,7 @@ $ bazelisk clean && ./gradlew clean build --parallel && ./gradlew publishToMaven
113126
114127Make sure that [ Release Github Action] ( /.github/workflows/release.yaml ) succeeds and artifacts are uploaded to Maven.
115128
116- If not, contact @ bshaffer .
129+ If not, contact lowasser@ .
117130
118131### Publish to BCR
119132
Original file line number Diff line number Diff line change 1- ignore_directories(["bzl-examples", " **/bin"])
1+ ignore_directories(["**/bin"])
You can’t perform that action at this time.
0 commit comments