We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c23207 commit 16f2babCopy full SHA for 16f2bab
1 file changed
readme.md
@@ -95,7 +95,7 @@ Replacing an already existing minor release:
95
96
```bash
97
git tag -d v4
98
-git push origin :refs/tags/v3
+git push origin :refs/tags/v4
99
git tag v4
100
git push --tags
101
```
0 commit comments