Skip to content

Commit dce751f

Browse files
Add instruction to update bazel workspace in emsdk (emscripten-core#12164) [ci skip]
1 parent efb0535 commit dce751f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/process.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ How:
6161
adding the version and the hash. Updating the "latest" tag there to the new
6262
release is possible, but can also be deferred if you want to do more testing
6363
before users fetching "latest" get this release.
64-
2. Tag the emsdk repo as well, on the commit that does the update, after it
64+
2. Run [update_bazel_workspace.sh](https://github.com/emscripten-core/emsdk/blob/master/scripts/update_bazel_workspace.sh).
65+
This will update the bazel toolchain based on the new "latest" tag in emscripten-releases-tags.txt.
66+
3. Tag the emsdk repo as well, on the commit that does the update, after it
6567
lands on master.
66-
3. Update
68+
4. Update
6769
[emscripten-version.txt](https://github.com/emscripten-core/emscripten/blob/master/emscripten-version.txt)
6870
in the emscripten repo. This is a delayed update, in that the tag will refer
6971
to the actual release, but the update to emscripten-version.txt is a new
@@ -74,7 +76,7 @@ How:
7476
when that's unlikely, etc.
7577
* There is no need to open a PR for this change, you can optionally just
7678
commit it directly.
77-
4. Tag the emscripten repo on the emscripten commit on which
79+
5. Tag the emscripten repo on the emscripten commit on which
7880
`emscripten-version.txt` was updated. (This could also be the commit from the
7981
DEPS file as well, but this way is less confusing when just working on the
8082
emscripten repo, and the difference should only be one commit anyhow.)

0 commit comments

Comments
 (0)