Update example tag text.

This commit is contained in:
Federico Builes
2022-07-14 09:39:56 +02:00
parent abd8ae5da7
commit 2ef513a94a
+1 -1
View File
@@ -102,7 +102,7 @@ minor/patch updates.
To do this just force-create a new annotated tag and push it:
```
git tag -fa v2 -m "Updating v2 tag"
git tag -fa v2 -m "Updating v2 to 2.3.4"
git push origin v2 --force
```