Skip to content

Commit

Permalink
Fixed up the contributing.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Jul 8, 2024
1 parent 575fd7e commit 053450a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Publishing a new version

When looking to publish a new version, we can bump all the individual versions of the crates with

```
cargo workspaces version patch --all --no-git-push --no-git-tag --allow-branch "*"
```

This ensures that the workspaces have the right versioning

0 comments on commit 053450a

Please sign in to comment.