From 9c4abeee30cadf317a07f19287bc601924a1b158 Mon Sep 17 00:00:00 2001 From: Mike Waechter Date: Fri, 14 Feb 2025 08:11:33 -0600 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added git fetch —tags --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a5afbe..543b99d 100644 --- a/README.md +++ b/README.md @@ -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