From abd8ae5da7ad362f127fe209539265cec448a490 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Thu, 14 Jul 2022 09:35:44 +0200 Subject: [PATCH] Make CONTRIBUTING.md examples easier to copy/paste. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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