Skip to content

Commit b275d12

Browse files
authored
Merge pull request #114 from advanced-security/contrib-5.0
Bump the tag mentioned in the contrib doc to v5
2 parents 2c65a53 + bdc082b commit b275d12

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)