Skip to content

Commit 4f87f81

Browse files
committed
Update doc.
1 parent d37ed39 commit 4f87f81

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff 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

114127
Make 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

REPO.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ignore_directories(["bzl-examples", "**/bin"])
1+
ignore_directories(["**/bin"])

0 commit comments

Comments
 (0)