diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ab09b9..0623a6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,8 +102,8 @@ minor/patch updates. To do this just force-create a new annotated tag and push it: ``` -git tag -fa v1 -m "Updating v1 tag" -git push origin v1 --force +git tag -fa v2 -m "Updating v2 tag" +git push origin v2 --force ``` ## Resources