diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-23 20:49:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-23 20:49:09 +0900 |
| commit | ca99468970cad72437d7aea3f1e1cdffb3db7b65 (patch) | |
| tree | 3c5bae250a28efc6c96380b8cb3caa81df4b83a0 | |
| parent | Merge branch 'master' into develop (diff) | |
| download | sharkey-ca99468970cad72437d7aea3f1e1cdffb3db7b65.tar.gz sharkey-ca99468970cad72437d7aea3f1e1cdffb3db7b65.tar.bz2 sharkey-ca99468970cad72437d7aea3f1e1cdffb3db7b65.zip | |
Update CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c83e4f9967..a8322d7b92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ An actual domain will be assigned so you can test the federation. - The title must be in the format `Release: x.y.z`. - `x.y.z` is the new version you are trying to release. 3. Deploy and perform a simple QA check. Also verify that the tests passed. -4. Merge it. +4. Merge it. (Do not squash commit) 5. 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 |