diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42c5100..e2fde6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -112,8 +112,8 @@ minor/patch updates. To do this just checkout `main`, force-create a new annotated tag, and push it: ``` -git tag -fa v2 -m "Updating v2 to 2.3.4" -git push origin v2 --force +git tag -fa v3 -m "Updating v3 to 3.0.1" +git push origin v3 --force ``` ## Resources