From 9690ccf4eaa5a8ae623973fa550777bc8855af30 Mon Sep 17 00:00:00 2001 From: Sourabh Desai Date: Tue, 2 Sep 2025 10:49:14 -0700 Subject: [PATCH] Fix tag push command in CONTRIBUTING.md (#894) seems to be missing one little `v` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.