Skip to content

Commit 121a062

Browse files
authored
Update guide-release-process.md to force fetch tags to re-write existing ones (#1122)
1 parent df29d19 commit 121a062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide-release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ If it fails, or for (**`< 0.80`**), manually generate the updated changelog on `
253253
git switch main
254254

255255
# Pull new tags
256-
git fetch --all --tags
256+
git fetch --all --tags --force
257257
git pull
258258

259259
BASE_VERSION=$(git tag -l --sort=-v:refname | grep -E '^v0\.' | head -n2 | tail -n1)

0 commit comments

Comments
 (0)