update readme

This commit is contained in:
Your Name
2025-10-10 22:47:07 +00:00
parent 3d50e3cefb
commit d0404460b6

View File

@@ -268,7 +268,7 @@ make bump-all-patch # Bumps patch version for ALL packages
After running any bump command, push your changes:
```bash
git push origin main
git push origin main && git push origin --tags
```
For more details, run `make help` or see the [Makefile](./Makefile).