From 25cabf1d0a446ec2bcb7201f81cd292313de66cd Mon Sep 17 00:00:00 2001 From: Fingercomp Date: Tue, 19 Aug 2025 20:57:24 +0300 Subject: [PATCH] Fix a typo in doc/releases.md --- doc/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/releases.md b/doc/releases.md index fd4db02..0fd60fb 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -9,7 +9,7 @@ Let's assume you want to release a new version, say, `1.33.7`. 3. Update the version of Ocelot Desktop in `build.sbt`; commit the changes. The commit message should just say "Version 1.33.7". 4. Switch to `master` and merge `develop` into it. -5. Create an annotated tag: `git -a v1.33.7`. +5. Create an annotated tag: `git tag -a v1.33.7`. On the first line, write "Version 1.33.7", followed by a blank line. Then describe the changes in Markdown. Make sure not to use `#` in the text, since git will treat it as a comment.