diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-05-05 18:38:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-05 18:38:30 +0900 |
| commit | dd8cb7846fc7f8295a3780bad4b05f9d46dcf3a9 (patch) | |
| tree | 50131650eb332a1febe359c25a6581e4452e8be8 /CONTRIBUTING.md | |
| parent | Update CONTRIBUTING.md (diff) | |
| download | sharkey-dd8cb7846fc7f8295a3780bad4b05f9d46dcf3a9.tar.gz sharkey-dd8cb7846fc7f8295a3780bad4b05f9d46dcf3a9.tar.bz2 sharkey-dd8cb7846fc7f8295a3780bad4b05f9d46dcf3a9.zip | |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efdccc7848..cafca625d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,8 +74,8 @@ However, in case of emergency, a release can be made at the discretion of a cont 1. commit version changes in the `develop` branch ([package.json](https://github.com/misskey-dev/misskey/blob/develop/package.json)) 2. follow the `master` branch to the `develop` branch. 3. Create a [release of GitHub](https://github.com/misskey-dev/misskey/releases) - - The target branch must be `master` - - The tag name must be the version + - The target branch must be `master` + - The tag name must be the version ## Localization (l10n) Misskey uses [Crowdin](https://crowdin.com/project/misskey) for localization management. |