Skip to content

Commit bcddfde

Browse files
Update guide-release-process.md (#805)
Just stumbled upon this while doing the step for 0.78.0.
1 parent eb07c1b commit bcddfde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide-release-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ Everytime we release a new version, there is a new `hermes-engine` version publi
299299
# Check out release branch
300300
git switch <release-branch>
301301

302-
# Pull new changes (should include release commit from CI)
303-
git reset --hard origin/<release-branch>
302+
# Make sure to update the release branch
303+
git pull
304304

305305
# Head to rn-tester package and update pods
306306
rm -rf packages/react-native-codegen/lib

0 commit comments

Comments
 (0)