Skip to content

Commit

Permalink
[docs] fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Nov 27, 2023
1 parent 865a61b commit 45fa11b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# How to create a new release for Kitsu

We release Kitsu versions through Github. Every time a new version is ready, we
follow this process:
We release Kitsu versions through GitHub.
Every time a new version is ready, we follow this process:

1. Rebase sources on the master branch.
2. Up the version number through the `npm` CLI.
1. Rebase sources on the `master` branch.
2. Up the version number through the `npm` CLI.
3. Tag the commit with the Kitsu version.
4. Push changes to `master` branch.
4. Push changes to the `master` branch.

You can run the following script to perform these commands at once:

Expand All @@ -16,11 +16,10 @@ npm version patch
git push origin master --tag
```


# Deployment

Kitsu installation have to update via Git, your Kitsu folder. Run the following
command to get the latest version of Kitsu:
Kitsu installation has to be updated via Git, your Kitsu folder.
Run the following command to get the latest version of Kitsu:

```bash
git pull --rebase origin build
Expand Down

0 comments on commit 45fa11b

Please sign in to comment.