Update docs for v35

Change-Id: Ie160b32115e999510213f0b93461016e5a9d3247
diff --git a/docs/contributing/sdk-releasing.md b/docs/contributing/sdk-releasing.md
index b5b6984..07ebbd7 100644
--- a/docs/contributing/sdk-releasing.md
+++ b/docs/contributing/sdk-releasing.md
@@ -107,7 +107,7 @@
 3. Upload the new release for review.
 
 ```bash
-git cl upload --no-squash
+git cl upload --no-squash --bypass-hooks -o banned-words~skip
 ```
 
 If you get an error about a missing Change-Id field (`remote: ERROR: commit
diff --git a/docs/instrumentation/tracing-sdk.md b/docs/instrumentation/tracing-sdk.md
index 809833b..44d9b2d 100644
--- a/docs/instrumentation/tracing-sdk.md
+++ b/docs/instrumentation/tracing-sdk.md
@@ -30,7 +30,7 @@
 To start using the Client API, first check out the latest SDK release:
 
 ```bash
-git clone https://android.googlesource.com/platform/external/perfetto -b v34.0
+git clone https://android.googlesource.com/platform/external/perfetto -b v35.0
 ```
 
 The SDK consists of two files, `sdk/perfetto.h` and `sdk/perfetto.cc`. These are
diff --git a/examples/sdk/README.md b/examples/sdk/README.md
index 476ebbe..3519006 100644
--- a/examples/sdk/README.md
+++ b/examples/sdk/README.md
@@ -15,7 +15,7 @@
 First, check out the latest Perfetto release:
 
 ```bash
-git clone https://android.googlesource.com/platform/external/perfetto -b v34.0
+git clone https://android.googlesource.com/platform/external/perfetto -b v35.0
 ```
 
 Then, build using CMake: