Update contribution instructions with v3 for easier copy/pasting.

This commit is contained in:
Federico Builes
2022-11-16 11:36:08 +01:00
parent 11310527b4
commit 352f50a80e
+2 -2
View File
@@ -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