Skip to content

Commit bdc082b

Browse files
committed
Bump the tag mentioned in the contrib doc to v5
1 parent 2c65a53 commit bdc082b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ minor/patch updates.
6060
To do this just checkout `main`, force-create a new annotated tag, and push it:
6161

6262
```
63-
git tag -fa v4 -m "Updating v4 to 4.1.2"
64-
git push origin v4 --force
63+
git tag -fa v5 -m "Updating v5 to 5.0.0"
64+
git push origin v5 --force
6565
```
6666
</details>
6767

0 commit comments

Comments
 (0)