Fix a typo in doc/releases.md

This commit is contained in:
Fingercomp 2025-08-19 20:57:24 +03:00
parent fd31074d0d
commit 25cabf1d0a
No known key found for this signature in database
GPG Key ID: BBC71CEE45D86E37

View File

@ -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.