Merge pull request #114 from advanced-security/contrib-5.0

Bump the tag mentioned in the contrib doc to v5
This commit is contained in:
Kevin Dangoor
2025-05-21 14:53:43 -04:00
committed by GitHub
+2 -2
View File
@@ -60,8 +60,8 @@ minor/patch updates.
To do this just checkout `main`, force-create a new annotated tag, and push it:
```
git tag -fa v4 -m "Updating v4 to 4.1.2"
git push origin v4 --force
git tag -fa v5 -m "Updating v5 to 5.0.0"
git push origin v5 --force
```
</details>