mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
Fix a typo in doc/releases.md
This commit is contained in:
parent
fd31074d0d
commit
25cabf1d0a
@ -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.
|
3. Update the version of Ocelot Desktop in `build.sbt`; commit the changes.
|
||||||
The commit message should just say "Version 1.33.7".
|
The commit message should just say "Version 1.33.7".
|
||||||
4. Switch to `master` and merge `develop` into it.
|
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.
|
On the first line, write "Version 1.33.7", followed by a blank line.
|
||||||
Then describe the changes in Markdown.
|
Then describe the changes in Markdown.
|
||||||
Make sure not to use `#` in the text, since git will treat it as a comment.
|
Make sure not to use `#` in the text, since git will treat it as a comment.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user