Update CONTRIBUTING.md

Co-authored-by: Justin Holguín <[email protected]>
This commit is contained in:
Kevin Dangoor
2025-03-24 18:06:31 -04:00
committed by GitHub
co-authored by Justin Holguín
parent e9e2e59767
commit 4bebd21824
+2 -2
View File
@@ -63,8 +63,8 @@ minor/patch updates.
To do this just checkout `main`, force-create a new annotated tag, and push it:
```
git tag -fa v4 -m "Updating v4 to 4.0.1"
git push origin v4 --force
git tag -fa v2 -m "Updating v2 to 2.0.1"
git push origin v2 --force
```
</details>