# rcブランチを切る
rcをリリースしたいブランチから`rc/6.0.0-RC.3`のような名前のブランチを切る。

# bump version
コマンドを打ち、対象のアプリケーションパッケージのバージョンを上げる

```bash
turbo run version:prerelease --filter=@growi/app
```
または
```bash
turbo run version:prerelease --filter=@growi/slackbot-proxy
```

# rcブランチをpush

ブランチをpush

GitHubActionsのworkflowがトリガーされ、自動的にイメージレジストリにイメージがpushされる。

# masterのバージョンを合わせる

masterのバージョンが1つ古くなってしまうので、バージョンを合わせたPRをmasterに向けて出す。

例: https://github.com/weseek/growi/pull/6767

# demoにrc版を載せる

## phpMyAdminをいじってcloudの管理画面化からrcを選択できるようにする

phpMyAdminについて: https://growi.weseek.co.jp/5ad368680259c30025d3b40f#%E7%AE%A1%E7%90%86%E3%83%84%E3%83%BC%E3%83%AB-4

1時間ごとにイメージが取得されるのでphpMyAdminに表示されるのを待つ。

イメージがphpMyAdminで表示されるようになったらテーブルを編集してisVisibleを1にする

rcは見えないようになっているが、こうすることでcloudの画面から見えるようになる。


## cloudの管理画面から該当のバージョンを選択

cloudのgrowi管理画面から載せたいrcを選択して更新

## 後片付け

phpMyAdminでrcのisVisibleを0に戻す

---

## Page Navigation

- Canonical URL: https://dev.growi.org/資料/リリースガイド/RCリリースの手順
- Permalink: https://dev.growi.org/634e0a38b6a958b3198bc98e
- Parent: [リリースガイド](/63c7c158b62450f06eb85888.md)
- Children: 0 total
- Total descendants: 0
- Siblings: 5 total
  - [growi-mcp-server リリース手順](/68af290b3cbd209b0d46bb6c.md)
  - [growi-sdk-typescript リリース手順](/68a68e55c93cf7db40821efe.md)
  - [リリースノート生成手順詳解](/64d9bd55fefbc9fa77688d45.md)
  - [リリースプロセス詳解](/63c7c219b62450f06eb85bf1.md)
  - [公式イメージビルダー](/63c94432a27caf68eb5fd767.md)
- Last updated: 2024-10-22T12:11:31.444Z by yuki
- Full page listing (all children regardless of count): https://dev.growi.org/_api/v3/page-listing/children?id=634e0a38b6a958b3198bc98e
