From 57f19f3c7a6a18f0913069ffa070553d0b87848e Mon Sep 17 00:00:00 2001 From: Diamantis Sellis Date: Thu, 29 Jan 2026 16:45:51 +0100 Subject: [PATCH] docs: fix command error in release instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0075ac5d..dadb7801 100644 --- a/README.md +++ b/README.md @@ -76,5 +76,5 @@ To release a new version follow the checklist: - Increment the version number (`VERSION`) `/Babylon/version.py` following [semver](https://semver.org/) rules - Generate lock file `uv lock` - Make a git tag, `git tag -a -m "5.0.0-beta.2" 5.0.0-beta.2` -- Push the tag `git push tag 5.0.0-beta.2` -- Write release notes publish on [GitHub](https://github.com/Cosmo-Tech/Babylon/releases) \ No newline at end of file +- Push the tag `git push origin tag 5.0.0-beta.2` +- Write release notes publish on [GitHub](https://github.com/Cosmo-Tech/Babylon/releases)