diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3d7e5ee..1ce4edd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ versions need to be kept consistent to sidecar it with `llama_cloud_services`. B You can also do this with `./scripts/version-bump.py set 0.x.x` if you have `uv` installed. -Once the change is merged, push a tag `git tag -a v0.x.x -m 0.x.x` and `git push origin 0.x.x`. +Once the change is merged, push a tag `git tag -a v0.x.x -m 0.x.x` and `git push origin v0.x.x`. This tagging step can be done with `./scripts/version-bump tag`.