Make CONTRIBUTING.md examples easier to copy/paste.

This commit is contained in:
Federico Builes
2022-07-14 09:35:44 +02:00
parent 94145f3150
commit abd8ae5da7
+2 -2
View File
@@ -102,8 +102,8 @@ minor/patch updates.
To do this just force-create a new annotated tag and push it: To do this just force-create a new annotated tag and push it:
``` ```
git tag -fa v1 -m "Updating v1 tag" git tag -fa v2 -m "Updating v2 tag"
git push origin v1 --force git push origin v2 --force
``` ```
## Resources ## Resources