Skip to content

Commit 850f87b

Browse files
authored
Update process doc to specify which commit to tag [ci skip] (emscripten-core#11857)
1 parent 1a62df5 commit 850f87b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/process.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,9 @@ 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 emscripten repo on the emscripten commit used by that release (which
65-
you can tell from the DEPS file), using something like
66-
`git checkout [COMMIT]` ; `git tag [VERSION]` ; `git push --tags`.
67-
3. Tag the emsdk repo as well, on the commit that does the update, after it
64+
2. Tag the emsdk repo as well, on the commit that does the update, after it
6865
lands on master.
69-
4. Update
66+
3. Update
7067
[emscripten-version.txt](https://github.com/emscripten-core/emscripten/blob/master/emscripten-version.txt)
7168
in the emscripten repo. This is a delayed update, in that the tag will refer
7269
to the actual release, but the update to emscripten-version.txt is a new
@@ -77,7 +74,10 @@ How:
7774
when that's unlikely, etc.
7875
* There is no need to open a PR for this change, you can optionally just
7976
commit it directly.
80-
77+
4. Tag the emscripten repo on the emscripten commit on which
78+
`emscripten-version.txt` was updated. (This could also be the commit from the
79+
DEPS file as well, but this way is less confusing when just working on the
80+
emscripten repo, and the difference should only be one commit anyhow.)
8181

8282
Major version update (1.X.Y to 1.(X+1).0)
8383
-----------------------------------------

0 commit comments

Comments
 (0)