From 352f50a80ebc751071b085846ef94fe3ec734e0c Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Wed, 16 Nov 2022 11:36:08 +0100 Subject: [PATCH] Update contribution instructions with v3 for easier copy/pasting. --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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