Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added git fetch —tags
  • Loading branch information
mikempw authored Feb 14, 2025
1 parent 53e471a commit 9c4abee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ special instructions / breaking changes.
3. Stash changes, update the repo state, and unstash changes as follows:
```shell
git stash
git fetch --tags
git pull origin main
git checkout tags/RELEASE_VERSION #(e.g. tags/v0.8.1)
git stash pop
Expand Down

0 comments on commit 9c4abee

Please sign in to comment.