From 8ccb2dce7d965c99355cef949804e9744fd3afaf 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a3d17be..dadb7801 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,4 @@ To release a new version follow the checklist: - 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 origin 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 +- Write release notes publish on [GitHub](https://github.com/Cosmo-Tech/Babylon/releases)