Index: bootstrap/win/README.md |
diff --git a/bootstrap/win/README.md b/bootstrap/win/README.md |
index 0f159a7e7f94a6ecfc1708bbdd70339fbe779c63..b052b89ef6d2523140532d0ec964d51ead6a18ee 100644 |
--- a/bootstrap/win/README.md |
+++ b/bootstrap/win/README.md |
@@ -38,11 +38,11 @@ releases. |
1. Upload those to the gs://chrome-infra Google Storage bucket. |
1. Set the `allUsers Reader` permission (click the "Public link" checkbox |
next to the binaries). |
- 1. Edit the `set GIT_VERSION=X.Y.Z` line in `win_tools.bat` to be the new |
- version. |
- 1. At the time of writing, the first version is the default version, and |
- the second is the 'bleeding edge' version. You can use the bleeding edge |
- version to get early feedback/stage a rollout/etc. |
+ 1. Edit the `git_version.txt` or `git_version_bleeding_edge.txt` file to |
+ be the new version. |
+ 1. You can use the bleeding edge version to get early feedback/stage a |
+ rollout/etc. Users can select this version by 'touch'ing the |
+ `.git_bleeding_edge` file in the root depot_tools directory. |
1. Commit the CL. |
Note that in order for the update to take effect, `gclient` currently needs to |