Skip to content

Commit

Permalink
RELEASE.md: Add instruction to pull new changes (#217)
Browse files Browse the repository at this point in the history
It's a good idea to do this after checking out main and stashing your
working tree to make sure you have the latest changes.
  • Loading branch information
frank-weindel authored Mar 27, 2024
2 parents af66529 + 6da9429 commit 85a5fab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ git checkout main
# Stash any untracked + uncomitted changes
git stash -u
# Pull any new commits from GitHub
git pull
# Run the unit tests
pnpm test
Expand Down

0 comments on commit 85a5fab

Please sign in to comment.