diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..f2dceaa --- /dev/null +++ b/CONTRIBUTING.md @@ -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