Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down