Fix tag push command in CONTRIBUTING.md (#894)

seems to be missing one little `v`
This commit is contained in:
Sourabh Desai
2025-09-02 10:49:14 -07:00
committed by GitHub
parent 97745f0f1c
commit 9690ccf4ea
+1 -1
View File
@@ -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`.